Support for more than just utf-8 and removed some debug info

This commit is contained in:
Simon
2018-06-18 13:44:19 -04:00
parent 7c47b0f00c
commit 8a73142ff8
4 changed files with 38 additions and 39 deletions

View File

@@ -53,9 +53,6 @@ class TaskManager:
@staticmethod
def run_task(task, db_path, current_tasks):
# import gc
# gc.set_debug(gc.DEBUG_LEAK)
result = TaskResult()
result.start_time = datetime.utcnow()
result.website_id = task.website_id