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