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 62e1b42 commit 8426e97Copy full SHA for 8426e97
app/data/__init__.py
@@ -18,7 +18,7 @@ def getDataSource():
18
19
class NYTFactory(dataSourceFactory):
20
def getDataSource():
21
- return NYTLcationService()
+ return NYTLocationService()
22
23
24
# Mapping of factories to data-sources.
0 commit comments