Compare commits
No commits in common. "3339925f6a5fc9b55c68f81c7d3005b91520b4d2" and "df87cb8dd37265edf684adae29b40d708a11b99c" have entirely different histories.
3339925f6a
...
df87cb8dd3
@ -101,8 +101,8 @@ if __name__ == "__main__":
|
||||
|
||||
with ThreadPoolExecutor(max_workers=10) as executor: # 使用最多 10 个线程
|
||||
for city, provinces in cities_dict.items():
|
||||
if city == "重庆":
|
||||
for province in provinces:
|
||||
for area_id in province.values():
|
||||
for province in provinces:
|
||||
for area_id in province.values():
|
||||
if area_id == "101040100":
|
||||
executor.submit(fetch_weather_data_for_city, root_url, city, list(province.keys())[0], area_id,
|
||||
all_dates_str)
|
||||
|
19313
weather_data.csv
19313
weather_data.csv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user