fixed Issue #3

This commit is contained in:
Marvin Zhang
2019-03-23 21:12:14 +08:00
parent f624779da5
commit 1c6d9c9df1

View File

@@ -72,7 +72,6 @@ def execute_spider(self, id: str):
# save task when the task is finished
db_manager.update_one('tasks', id=task_id, values={
'start_ts': datetime.utcnow(),
'node_id': hostname,
'hostname': hostname,
'log_file_path': log_file_path,