argg
This commit is contained in:
parent
4d6961ec07
commit
4f8f3e5a33
@ -2199,7 +2199,7 @@ if __name__ == '__main__':
|
||||
# Ident
|
||||
#This runs in a thread so as not to block the reactor
|
||||
ident_task = task.LoopingCall(threadIdent)
|
||||
identa = ident_task.start(20)
|
||||
identa = ident_task.start(900)
|
||||
identa.addErrback(loopingErrHandle)
|
||||
|
||||
#Options parsing
|
||||
|
Loading…
Reference in New Issue
Block a user