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