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 8c69267 commit 5b7d52bCopy full SHA for 5b7d52b
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