We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f026df commit ea4c6dbCopy full SHA for ea4c6db
app/data/__init__.py
@@ -28,6 +28,6 @@ def data_source(source):
28
elif source.lower() = "nyt":
29
return location.createNYT()
30
else:
31
- return location.getDefault()
+ return location.createJHU()
32
33
#return DATA_SOURCES.get(source.lower())
0 commit comments