Skip to content

Commit b9fdc03

Browse files
committed
Fixing versioning import from environment
1 parent c6c9868 commit b9fdc03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tg_bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
BAN_STICKER = os.environ.get('BAN_STICKER', 'CAADAgADOwADPPEcAXkko5EB3YGYAg')
6060
ALLOW_EXCL = os.environ.get('ALLOW_EXCL', False)
6161
DEFAULT_CHAT_ID = os.environ.get('DEFAULT_CHAT_ID', None)
62-
VERSION = __version__
62+
VERSION = os.environ.get('DEFAULT_CHAT_ID', 'Production.version')
6363

6464
else:
6565
from tg_bot.config import Development as Config

0 commit comments

Comments
 (0)