|
@@ -415,6 +415,8 @@ def updateTask():
|
|
|
|
|
|
def create_uid(task, task_id):
|
|
|
spider_link = task.get('spider_link')
|
|
|
+ if not isinstance(spider_link, list):
|
|
|
+ spider_link = eval(spider_link)
|
|
|
source = task.get('source')
|
|
|
task_type = task.get('task_type')
|
|
|
applets_status = task.get('applets_status')
|