Update pool.py
This commit is contained in:
parent
e4d39fe455
commit
57c089724f
|
|
@ -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}>"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue