Skip to content

Commit

Permalink
changing code
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed Aug 2, 2024
1 parent 5679625 commit 7c82d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_image_from_s3():
bosch_image_sm.save(buffer, format="jpeg")
bosch_sm_base64 = base64.b64encode(buffer.getvalue()).decode()

print('got image')
print('got image ==')

@app.websocket("/ws/{id}")
async def websocket_endpoint(websocket: WebSocket, id: str):
Expand Down

0 comments on commit 7c82d03

Please sign in to comment.