fixed typos

This commit is contained in:
vladus 2024-02-09 20:10:53 +03:00
parent e0f05384a2
commit 853bc28caa
2 changed files with 2 additions and 2 deletions

2
bot.py
View File

@ -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 = []
# TODO: change username in message_handlers to id
# TODO: change usernames in message_handlers to id
ALLOWED_USERS = json.loads(os.environ['ALLOWED_USERS'])
bot = Bot(token=API_BOT_TOKEN)

View File

@ -10,5 +10,5 @@ SD_PORT = '7861'
SD_USERNAME = 'user'
SD_PASSWORD = '1234'
DEBUG = 'no' # 'yes' to debug
# TODO: change usarnames to id
# TODO: change usernames to id
ALLOWED_USERS = '["username1", "username2", "usernameN"]'