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 ac998a2 commit 8c69267Copy full SHA for 8c69267
app/services/location/jhu.py
@@ -114,7 +114,7 @@ def get_locations():
114
# Get all of the data categories locations.
115
confirmed = get_category("confirmed")["locations"]
116
deaths = get_category("deaths")["locations"]
117
- # recovered = get_category('recovered')['locations']
+ recovered = get_category('recovered')['locations']
118
119
# Final locations to return.
120
locations = []
0 commit comments