que all / que
This commit is contained in:
@@ -10,6 +10,7 @@ import logging
|
||||
file_handler=logging.FileHandler(cfg.logfile)
|
||||
file_handler.setLevel(logging.DEBUG)
|
||||
stream_handler=logging.StreamHandler(sys.stdout)
|
||||
stream_handler.setLevel(logging.DEBUG)
|
||||
|
||||
clt=logging.getLogger('mylogger')
|
||||
clt.setLevel(logging.DEBUG)
|
||||
@@ -21,6 +22,7 @@ clogger=clt
|
||||
download_path=cfg.download_path
|
||||
|
||||
lg=clt
|
||||
|
||||
from gevent import spawn, monkey
|
||||
monkey.patch_all()
|
||||
from .compiler import start_workers
|
||||
|
||||
Reference in New Issue
Block a user