From 28efb44b611592b77c81e51ba7f1684d483d52c9 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 23 Mar 2019 21:12:14 +0800 Subject: [PATCH] fixed Issue #3 --- crawlab/tasks/spider.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crawlab/tasks/spider.py b/crawlab/tasks/spider.py index a4f2432d..5e3bdec1 100644 --- a/crawlab/tasks/spider.py +++ b/crawlab/tasks/spider.py @@ -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,