Skip to content

Commit

Permalink
checked for missing module error
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 21, 2018
1 parent b912fca commit 64540e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'APP_SETTINGS',
'project.config.DevConfig'
)
app.config.from_object(my_app_settings)
my_app.config.from_object(my_app_settings)

0 comments on commit 64540e1

Please sign in to comment.