From ff0cef29a02af932e81455f49377c0b050cdd6c3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 22 Feb 2023 22:31:47 +0200 Subject: [PATCH] increase POLL_MAX_OPTIONS to 100 --- files/helpers/config/const.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 4a496edfb..c5b11655c 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -649,7 +649,7 @@ SIGNUP_FOLLOW_ID = 0 POLL_THREAD = 0 POLL_BET_COINS = 200 -POLL_MAX_OPTIONS = 20 +POLL_MAX_OPTIONS = 100 WELCOME_MSG = f"Welcome to {SITE_NAME}!" LOTTERY_TICKET_COST = 12 @@ -815,7 +815,6 @@ elif SITE == 'watchpeopledie.tv': PERMS['USER_BLACKLIST'] = 6 SUB_BANNER_LIMIT = 69420 - POLL_MAX_OPTIONS = 50 ERROR_TITLES.update({ 400: "Bad Request",