Skip to content

Commit

Permalink
🔊
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 9, 2024
1 parent a77e3ac commit 63d8f51
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 63d8f51

Please sign in to comment.