Skip to content

Commit

Permalink
Daily Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixZFB committed Feb 2, 2020
1 parent 664a7cd commit c197763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nCov_data_analysis/a_get_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def get_html_text(self):
data = json.loads(res.text)
# 所有的疫情数据,包括:中国累积数据、各国数据(中国里面包含各省及地级市详细数据)、中国每日累积数据(1月13日开始)
all_data = json.loads(data['data'])
print(all_data)
return all_data

if __name__ == '__main__':
Expand Down

0 comments on commit c197763

Please sign in to comment.