From 2fab15db7172aabaf77d987036e8d7f3526527e4 Mon Sep 17 00:00:00 2001 From: 9pfs <9pfs@amcforum.wiki> Date: Wed, 1 May 2024 01:17:04 +0000 Subject: [PATCH] I think --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3b62867..62bb7c8 100644 --- a/bot.py +++ b/bot.py @@ -270,7 +270,7 @@ class bot(bare.bot): tdict = {} for thread in self.threads: tdict[thread] = timers.data[thread] - if tdict[thread]["passInstance"]: + if tdict[thread]["passInstance"]: tdict[thread]["args"] = [self] tMgr = Thread(target=timers.threadManager, args=(tdict,)) tMgr.daemon = True