seems to help with making connecting more stable

This commit is contained in:
jenz 2024-01-06 20:22:45 +01:00
parent 6d91f50133
commit 0ee4f2ef0e

View File

@ -142,7 +142,7 @@ def bot_connect(data):
writeCfgInput(str1)
time.sleep(1)
writeCfgInput("")
t = Timer(60, attempt_bot_connect)
t = Timer(150, attempt_bot_connect)
t.start()
def attempt_bot_connect():