Skip to content

Commit ac998a2

Browse files
author
ExpDev07
committed
add
1 parent 573d45e commit ac998a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/services/location/jhu.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ def get_category(category):
5252
# URL to request data from.
5353
url = base_url + "time_series_covid19_%s_global.csv" % category
5454

55-
# Different URL is needed for recoveries.
56-
# Read about deprecation here: https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series.
57-
if category == "recovered":
58-
url = base_url + "time_series_19-covid-Recovered.csv"
59-
6055
# Request the data
6156
request = requests.get(url)
6257
text = request.text

0 commit comments

Comments
 (0)