mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Support for more than just utf-8 and removed some debug info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user