There was an error while loading. Please reload this page.
1 parent 2450a5b commit 73ba4dfCopy full SHA for 73ba4df
1 file changed
twauth-web.py
@@ -113,4 +113,5 @@ def callback():
113
def internal_server_error(e):
114
return render_template('error.html', error_message='uncaught exception'), 500
115
116
-
+if __name__ == '__main__':
117
+ app.run()
0 commit comments