Skip to content

Commit

Permalink
Merge pull request #388 from mraniki/dev
Browse files Browse the repository at this point in the history
🔊
  • Loading branch information
mraniki committed Jul 9, 2024
2 parents a77e3ac + 63d8f51 commit 3c0a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findmyorder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def search(self, message: str) -> bool:
"""
for client in self.clients:
logger.debug("Searching with client: {}", client)
logger.debug("Searching with client: {} {}", client, message)
if await client.search(message):
return True
return False
Expand Down

0 comments on commit 3c0a836

Please sign in to comment.