From 57c089724f1dcee3f741eddbe04af5aff40a6f9e Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:13:50 +0400 Subject: [PATCH] Update pool.py --- pomice/pool.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pomice/pool.py b/pomice/pool.py index 8297b4b..4a04f61 100644 --- a/pomice/pool.py +++ b/pomice/pool.py @@ -458,6 +458,9 @@ class NodePool: """ _nodes = {} + _config = { + 'auto_swtich_nodes' : False + } # all the users Config Here, you can alter this to more user friendly later on def __repr__(self): return f""