From ec086f755590046391ff76640d0c28088caf3224 Mon Sep 17 00:00:00 2001 From: soaska Date: Sat, 10 Feb 2024 22:31:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B1=D0=BE=D0=BD=D1=8C?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index d3ac020..8f4268e 100644 --- a/bot.py +++ b/bot.py @@ -61,7 +61,7 @@ OK_APPLICATION_KEY = os.getenv('OK_APPLICATION_KEY') OK_APPLICATION_SECRET_KEY = os.getenv('OK_APPLICATION_SECRET_KEY') OK_GROUP_ID = os.getenv('OK_GROUP_ID') ARRAY_INLINE = [] -ALLOWED_USERS = json.loads(os.getenv['ALLOWED_USERS']) +ALLOWED_USERS = json.loads(os.getenv('ALLOWED_USERS')) bot = Bot(token=API_BOT_TOKEN) storage = MemoryStorage()