chenzhiyuan 3 years ago
parent
commit
948eaaa122
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dy_userinfo_update.py

+ 1 - 1
dy_userinfo_update.py

@@ -28,7 +28,7 @@ def scrape():
28 28
             PrintLog.print(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()) + ' ' + sec_uid + '开始抓取用户信息')
29 29
             response_json = web_dy.get_user_info(sec_uid)
30 30
             if response_json is None:
31
-                rds_list.put_user_info(sec_uid)
31
+                rds_list.put_wait_update_user(sec_uid)
32 32
                 PrintLog.print(
33 33
                     time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()) + '数据获取失败!响应数据为空!' + '\n'
34 34
                     + sec_uid + '\n'