Update app.py
Browse files
app.py
CHANGED
|
@@ -63,4 +63,4 @@ if __name__ == "__main__":
|
|
| 63 |
# Start the background sync thread
|
| 64 |
threading.Thread(target=sync_logic, daemon=True).start()
|
| 65 |
# Run Flask
|
| 66 |
-
app.run(debug=True, host='0.0.0.0', port=
|
|
|
|
| 63 |
# Start the background sync thread
|
| 64 |
threading.Thread(target=sync_logic, daemon=True).start()
|
| 65 |
# Run Flask
|
| 66 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|