thejagstudio commited on
Commit
c08a2b5
·
verified ·
1 Parent(s): 0f37e1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -129,8 +129,4 @@ def logout_everywhere():
129
  print(f"WorkOS Error: {e}")
130
  return jsonify({'error': str(e)}), 500
131
 
132
- if __name__ == '__main__':
133
- # app.run(port=5000)
134
- from waitress import serve
135
-
136
- serve(app, host="0.0.0.0", port=7860)
 
129
  print(f"WorkOS Error: {e}")
130
  return jsonify({'error': str(e)}), 500
131
 
132
+ app.run(host="0.0.0.0", port="7860", debug="true")