Skip to content

Commit 2d57960

Browse files
authored
Fix syntax issue
1 parent b247ab1 commit 2d57960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.app_slug}}/project/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def server_error_page(error):
7777

7878
# shell context for flask cli
7979
@app.shell_context_processor
80-
def ctx()
80+
def ctx():
8181
return {'app': app, 'db': db}
8282

8383
return app

0 commit comments

Comments
 (0)