Skip to content

Commit

Permalink
Find competitors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdad4m committed Dec 9, 2023
1 parent e5c6c3f commit d4dfa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def websocket_endpoint(websocket: WebSocket):

await asyncio.sleep(1)

await websocket.send_json(find_competitors.find_competitors())
await websocket.send_json(find_competitors.find_competitors(response_json["business_type"], lng, lat))

await websocket.send_json({"progress": random.randint(50, 60)})

Expand Down

0 comments on commit d4dfa45

Please sign in to comment.