h@nest:~/src/FireBot$ sed -i "273s/^/ /" bot.py

h@nest:~/src/FireBot$
This commit is contained in:
9pfs 2024-05-01 01:10:57 +00:00
parent d2d0b47131
commit c4f5d24f19
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

2
bot.py
View file

@ -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