increase POLL_MAX_OPTIONS to 100

pull/132/head
Aevann 2023-02-22 22:31:47 +02:00
parent c59e0df348
commit ff0cef29a0
1 changed files with 1 additions and 2 deletions

View File

@ -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",