From c4f5d24f19b6a52a462ab8462d080ee36d5a49f5 Mon Sep 17 00:00:00 2001 From: 9pfs <9pfs@amcforum.wiki> Date: Wed, 1 May 2024 01:10:57 +0000 Subject: [PATCH] h@nest:~/src/FireBot$ sed -i "273s/^/ /" bot.py h@nest:~/src/FireBot$ --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index dbfbafa..3b62867 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