Use task_tracker for task tracking

This commit is contained in:
simon987
2019-03-24 20:21:43 -04:00
parent 00e3fd7340
commit 4ffe805b8d
29 changed files with 196 additions and 317 deletions

View File

@@ -1,7 +1,5 @@
import logging
from logging import FileHandler, StreamHandler
import sys
from logging import FileHandler
logger = logging.getLogger("default")
logger.setLevel(logging.DEBUG)