Spaces:
Runtime error
Runtime error
Commit
·
dfa9fc0
1
Parent(s):
df476b7
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ def oauth_callback():
|
|
47 |
|
48 |
return render_template('result.html', accounts=accounts)
|
49 |
|
50 |
-
if __name__ == '__main__':
|
51 |
-
app.run(port=4000)
|
52 |
|
|
|
47 |
|
48 |
return render_template('result.html', accounts=accounts)
|
49 |
|
50 |
+
#if __name__ == '__main__':
|
51 |
+
# app.run(port=4000)
|
52 |
|