h@nest:~/src/FireBot$ sed -i "273s/^/ /" bot.py
h@nest:~/src/FireBot$
This commit is contained in:
parent
d2d0b47131
commit
c4f5d24f19
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -270,7 +270,7 @@ class bot(bare.bot):
|
||||||
tdict = {}
|
tdict = {}
|
||||||
for thread in self.threads:
|
for thread in self.threads:
|
||||||
tdict[thread] = timers.data[thread]
|
tdict[thread] = timers.data[thread]
|
||||||
if tdict[thread]["passInstance"]:
|
if tdict[thread]["passInstance"]:
|
||||||
tdict[thread]["args"] = [self]
|
tdict[thread]["args"] = [self]
|
||||||
tMgr = Thread(target=timers.threadManager, args=(tdict,))
|
tMgr = Thread(target=timers.threadManager, args=(tdict,))
|
||||||
tMgr.daemon = True
|
tMgr.daemon = True
|
||||||
|
|
Loading…
Reference in a new issue