Skip to content

Commit ea4c6db

Browse files
authored
forgot about jhu
1 parent 5f026df commit ea4c6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def data_source(source):
2828
elif source.lower() = "nyt":
2929
return location.createNYT()
3030
else:
31-
return location.getDefault()
31+
return location.createJHU()
3232

3333
#return DATA_SOURCES.get(source.lower())

0 commit comments

Comments
 (0)