Spaces:
Paused
Paused
Update api/ltx_server_refactored_complete.py
Browse files
api/ltx_server_refactored_complete.py
CHANGED
|
@@ -379,4 +379,4 @@ try:
|
|
| 379 |
logging.info("Global VideoService orchestrator instance created successfully.")
|
| 380 |
except Exception as e:
|
| 381 |
logging.critical(f"Failed to initialize VideoService: {e}", exc_info=True)
|
| 382 |
-
sys.exit(1)
|
|
|
|
| 379 |
logging.info("Global VideoService orchestrator instance created successfully.")
|
| 380 |
except Exception as e:
|
| 381 |
logging.critical(f"Failed to initialize VideoService: {e}", exc_info=True)
|
| 382 |
+
sys.exit(1)
|