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:
parent
b268351178
commit
7cb2175f28
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue