ilyarolf / AiogramShopBot

Aiogram Telegram bot shop with ways to deposit in BTC, LTC, USDT TRC-20, USDT ERC-20, USDD TRC-20, USDC ERC-20.
https://t.me/demo_aiogramshopbot
MIT License
63 stars 21 forks source link

Localization variable conflicts with Ubuntu environment variable #56

Closed 6R1M5L07H closed 3 weeks ago

6R1M5L07H commented 3 weeks ago

In Ubuntu, the variable "LANGUAGE" is already used:

$ printenv|grep LANGUAGE

LANGUAGE=de_DE

This leads to the config variable to be ignored. An easy fix would be to rename the bot's config variable.

ilyarolf commented 3 weeks ago

Fixed in #57 and #58.