Skip to content

Commit

Permalink
update config.py and main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 9, 2024
1 parent f063877 commit ff06f75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion findmyorder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,6 @@ async def get_order(
"""
for client in self.clients:
return await client.get_order(message)
order = await client.get_order(message)
if order:
return order

0 comments on commit ff06f75

Please sign in to comment.