fix debug text
This commit is contained in:
parent
ced81ba290
commit
093e5ced5a
@ -126,7 +126,7 @@ async def stream_code(websocket: WebSocket):
|
||||
else True
|
||||
)
|
||||
|
||||
print("that looks exac...")
|
||||
print("generating code...")
|
||||
await websocket.send_json({"type": "status", "value": "Generating code..."})
|
||||
|
||||
async def process_chunk(content: str):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user