Skip to content

Commit b02041b

Browse files
author
ExpDev07
committed
fixed datasource
1 parent 143dd10 commit b02041b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
Base URL for fetching data.
88
"""
9-
base_url = 'https://raw.githubusercontent.com/CSSEGISandData/2019-nCoV/master/time_series/time_series_2019-ncov-%s.csv';
9+
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';
1010

1111
@cached(cache=TTLCache(maxsize=1024, ttl=3600))
1212
def get_data(category):

0 commit comments

Comments
 (0)