que all / que

This commit is contained in:
Andreas Stephanides
2017-01-24 11:25:07 +01:00
parent 5006c9fbe3
commit debf6b0ccc
5 changed files with 39 additions and 13 deletions

View File

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