Skip to content

Commit 2546228

Browse files
authored
Merge pull request #2 from AdityaOli/patch-1
Including app.run() for application execution
2 parents 2450a5b + 73ba4df commit 2546228

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

twauth-web.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ def callback():
113113
def internal_server_error(e):
114114
return render_template('error.html', error_message='uncaught exception'), 500
115115

116-
116+
if __name__ == '__main__':
117+
app.run()

0 commit comments

Comments
 (0)