Skip to content

Commit

Permalink
Merge pull request #386 from mraniki/dev
Browse files Browse the repository at this point in the history
update config.py and main.py
  • Loading branch information
mraniki committed Jul 9, 2024
2 parents f063877 + ff06f75 commit e6b933d
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 e6b933d

Please sign in to comment.