Skip to content

Commit

Permalink
Merge pull request #389 from mraniki/dev
Browse files Browse the repository at this point in the history
Update minor changes
  • Loading branch information
mraniki committed Jul 9, 2024
2 parents de1638e + f26fbda commit 926960d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed examples/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion findmyorder/handler/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def search(self, message: str) -> bool:
if order_identifier in self.action_identifier:
return True

return False
#return False

async def replace_instrument(self, order):
"""
Expand Down

0 comments on commit 926960d

Please sign in to comment.