Avoid spamming #firemc #6
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"]:
|
||||||
Firepup650 marked this conversation as resolved
Outdated
9pfs marked this conversation as resolved
Outdated
Firepup650
commented
This needs to be indented another layer This needs to be indented another layer
9pfs marked this conversation as resolved
Outdated
Firepup650
commented
We CANNOT use a tab here, this will crash the bot. It absolutely must be 4 spaces. We CANNOT use a tab here, this will crash the bot. It absolutely must be 4 spaces.
9pfs
commented
Uh, what? I thought that WAS 4 spaces! Uh, what? I thought that WAS 4 spaces!
|
|||||||
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
Critical change, needs to be un-reverted