Spaces:
Runtime error
Runtime error
Commit ·
64512d1
1
Parent(s): 50b3991
Fix indentation error in golem_flask_server.py for else block
Browse files
home/chezy/golem_flask_server.py
CHANGED
|
@@ -3709,7 +3709,7 @@ if os.environ.get('FAST_MODE_ONLY') == 'true':
|
|
| 3709 |
app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
| 3710 |
else:
|
| 3711 |
# Original initialization code
|
| 3712 |
-
if __name__ == '__main__':
|
| 3713 |
|
| 3714 |
# Continue with normal initialization
|
| 3715 |
# Initialize enhanced context orchestrator
|
|
|
|
| 3709 |
app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
| 3710 |
else:
|
| 3711 |
# Original initialization code
|
| 3712 |
+
if __name__ == '__main__':
|
| 3713 |
|
| 3714 |
# Continue with normal initialization
|
| 3715 |
# Initialize enhanced context orchestrator
|