There was an error while loading. Please reload this page.
2 parents 2450a5b + 73ba4df commit 2546228Copy full SHA for 2546228
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