From 0ee4f2ef0e67fff736f396b0fd9ef2338934225f Mon Sep 17 00:00:00 2001 From: jenz Date: Sat, 6 Jan 2024 20:22:45 +0100 Subject: [PATCH] seems to help with making connecting more stable --- AutismBotIngame/python/ingamefollowct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutismBotIngame/python/ingamefollowct.py b/AutismBotIngame/python/ingamefollowct.py index c40e357d..93e1672a 100644 --- a/AutismBotIngame/python/ingamefollowct.py +++ b/AutismBotIngame/python/ingamefollowct.py @@ -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():