From f3a7956fe18969cba158c60894ef9ef346d53906 Mon Sep 17 00:00:00 2001 From: ned <11541888+n3d1117@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:33:24 +0100 Subject: [PATCH] Update main.py --- bot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/main.py b/bot/main.py index a7ea575..85a2cb0 100644 --- a/bot/main.py +++ b/bot/main.py @@ -84,7 +84,7 @@ def main(): 'group_trigger_keyword': os.environ.get('GROUP_TRIGGER_KEYWORD', ''), 'token_price': float(os.environ.get('TOKEN_PRICE', 0.002)), 'image_prices': [float(i) for i in os.environ.get('IMAGE_PRICES', "0.016,0.018,0.02").split(",")], - 'image_receive_mode': os.environ.get('IMAGE_RECEIVE_MODE', "photo"), + 'image_receive_mode': os.environ.get('IMAGE_FORMAT', "photo"), 'transcription_price': float(os.environ.get('TRANSCRIPTION_PRICE', 0.006)), 'bot_language': os.environ.get('BOT_LANGUAGE', 'en'), }