mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 02:19:58 -06:00
Added debug=True
This commit is contained in:
@@ -30,6 +30,7 @@ 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