Skip to content

Commit

Permalink
Fix locale in expired order notification
Browse files Browse the repository at this point in the history
Signed-off-by: alfred richardsn <rchrdsn@protonmail.ch>
  • Loading branch information
r4rdsn committed Apr 7, 2020
1 parent 7d3fd5f commit 5571064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def run_loop():
except TelegramAPIError:
pass
else:
await show_order(order, user["chat"], user["id"])
await show_order(order, user["chat"], user["id"], locale=user["locale"])
sent = True
finally:
await database.orders.update_one(
Expand Down

0 comments on commit 5571064

Please sign in to comment.