瀏覽代碼

爬取失败后不保存到队列中

chenzhiyuan 3 年之前
父節點
當前提交
94ef2afc59
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dy_userinfo_update.py

+ 1 - 1
dy_userinfo_update.py

@@ -46,7 +46,7 @@ def scrape():
46 46
 
47 47
         except Exception as e:
48 48
             print('爬取失败')
49
-            rds_list.put_wait_update_user(sec_uid)
49
+            # rds_list.put_wait_update_user(sec_uid)
50 50
             PrintLog.print(time.strftime("%H:%M:%S", time.localtime()) + ' ' + sec_uid + '数据异常:' + str(e))
51 51
         time.sleep(0.1)
52 52