Skip to content

Commit 8c69267

Browse files
author
ExpDev07
committed
fixed
1 parent ac998a2 commit 8c69267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/location/jhu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_locations():
114114
# Get all of the data categories locations.
115115
confirmed = get_category("confirmed")["locations"]
116116
deaths = get_category("deaths")["locations"]
117-
# recovered = get_category('recovered')['locations']
117+
recovered = get_category('recovered')['locations']
118118

119119
# Final locations to return.
120120
locations = []

0 commit comments

Comments
 (0)