wangkun 2 年之前
父节点
当前提交
1ec5ec59c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      weixinzhishu/weixinzhishu_main/weixinzhishu_test.py

+ 1 - 0
weixinzhishu/weixinzhishu_main/weixinzhishu_test.py

@@ -115,6 +115,7 @@ class Test:
             else:
                 time_index = response.json()['content']['resp_list'][0]['indexes'][0]['time_indexes']
                 for x in range(len(time_index)):
+                    Common.logger(log_type, crawler).info(f"正在更新 {word_list[i]}")
                     score_time = time_index[x]['time']
                     score_time_str = f"{str(score_time)[:4]}-{str(score_time)[4:6]}-{str(score_time)[6:]}"
                     score = time_index[x]['score']