1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-06 19:38:02 +00:00

FIX: fix for typo when shutdown/restart

This commit is contained in:
evilhero 2019-03-08 15:58:33 -05:00
parent b268351178
commit 7cb2175f28

View file

@ -640,7 +640,7 @@ def queue_schedule(queuetype, mode):
except Exception as e:
return
logger.fdebugo('Terminating the DDL download queue thread')
logger.fdebug('Terminating the DDL download queue thread')
try:
mylar.DDL_QUEUE.put('exit')
mylar.DDLPOOL.join(5)