Skip to content

Commit

Permalink
fix: 🐛 Fix i18n function
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManchineel committed Sep 23, 2023
1 parent a29d6c5 commit 8cccb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram_epson_printer_bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


def _(key, *args):
translations.get(key, key).format(*args)
return translations.get(key, key).format(*args)


TELEGRAM_ALLOWED_CHAT_IDS = [
Expand Down

0 comments on commit 8cccb34

Please sign in to comment.