chenzhiyuan 3 年 前
コミット
948eaaa122
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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'