mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -06:00
Disabled debug=True flag
This commit is contained in:
@@ -30,7 +30,6 @@ app = FastAPI(
|
||||
description="API for the Computer project",
|
||||
version="0.1.0",
|
||||
websocket_max_size=WEBSOCKET_MAX_SIZE,
|
||||
debug=True
|
||||
)
|
||||
|
||||
# CORS configuration
|
||||
|
||||
Reference in New Issue
Block a user