We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143dd10 commit b02041bCopy full SHA for b02041b
app/data/__init__.py
@@ -6,7 +6,7 @@
6
"""
7
Base URL for fetching data.
8
9
-base_url = 'https://raw.githubusercontent.com/CSSEGISandData/2019-nCoV/master/time_series/time_series_2019-ncov-%s.csv';
+base_url = 'https://raw.githubusercontent.com/CSSEGISandData/2019-nCoV/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-%s.csv';
10
11
@cached(cache=TTLCache(maxsize=1024, ttl=3600))
12
def get_data(category):
0 commit comments