seems to help with making connecting more stable
This commit is contained in:
parent
6d91f50133
commit
0ee4f2ef0e
@ -142,7 +142,7 @@ def bot_connect(data):
|
|||||||
writeCfgInput(str1)
|
writeCfgInput(str1)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
writeCfgInput("")
|
writeCfgInput("")
|
||||||
t = Timer(60, attempt_bot_connect)
|
t = Timer(150, attempt_bot_connect)
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
def attempt_bot_connect():
|
def attempt_bot_connect():
|
||||||
|
Loading…
Reference in New Issue
Block a user