Skip to content

Commit 53ead72

Browse files
committed
heroku web server fix (encore x2)
1 parent e31a10a commit 53ead72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class SuggestionsApiDescriptor(Resource):
2424

2525
@api.marshal_with(descriptor.createDescription(api))
2626
def get(self) -> dict:
27+
global suggestions
2728
return suggestions.autocomplete()
2829

2930

0 commit comments

Comments
 (0)