Update pool.py

This commit is contained in:
Crussader 2021-10-27 10:13:50 +04:00 committed by GitHub
parent e4d39fe455
commit 57c089724f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -458,6 +458,9 @@ class NodePool:
""" """
_nodes = {} _nodes = {}
_config = {
'auto_swtich_nodes' : False
} # all the users Config Here, you can alter this to more user friendly later on
def __repr__(self): def __repr__(self):
return f"<Pomice.NodePool node_count={self.node_count}>" return f"<Pomice.NodePool node_count={self.node_count}>"