Explorar o código

涌益咨询周度数据下载失败bug

xyxie hai 2 meses
pai
achega
7cc193d076
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      yongyi_pig/yongyi_pig_manual.py

+ 1 - 1
yongyi_pig/yongyi_pig_manual.py

@@ -140,7 +140,7 @@ def yongyi_download(dayFlag, weekFlag):
             if file.title().find("涌益咨询日度数据") != -1:
                 if day_file == "":
                     day_file = file
-            if file.title().find("涌益咨询周度数据") != -1:
+            if file.title().find("周度数据") != -1:
                 if week_file == "":
                     week_file = file
             if day_file != "" and week_file != "":