Compare commits
No commits in common. "c945a17d264d601af53d190060ddb4f491b1ac40" and "59896d43c7c2eba1c02001f7dd4a918aee2f07cb" have entirely different histories.
c945a17d26
...
59896d43c7
1 changed files with 2 additions and 2 deletions
|
@ -104,5 +104,5 @@ def service_unavailable(e):
|
|||
def handle_csrf_error(e):
|
||||
return render_template('errors/csrf_error.html', reason=e.description), 400
|
||||
|
||||
def create_app():
|
||||
return app
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
|
|
Loading…
Reference in a new issue