This commit is contained in:
Simon 2021-05-09 16:11:55 +01:00
parent 4d6961ec07
commit 4f8f3e5a33

View File

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