Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -228,4 +228,4 @@ def web_browse():
|
|
| 228 |
if __name__ == "__main__":
|
| 229 |
port = int(os.environ.get("PORT", 7860))
|
| 230 |
print(f"Flask server starting on port {port}... {REVOLVER.count()} proxies loaded.")
|
| 231 |
-
app.run(host='0.0.0.0', port=port)
|
|
|
|
| 228 |
if __name__ == "__main__":
|
| 229 |
port = int(os.environ.get("PORT", 7860))
|
| 230 |
print(f"Flask server starting on port {port}... {REVOLVER.count()} proxies loaded.")
|
| 231 |
+
app.run(host='0.0.0.0', port=port, debug=True)
|