mirror of
https://gitea.phreedom.club/localhost_frssoft/FMN_bot.git
synced 2024-11-12 16:23:01 +00:00
Fix warning about can't add films - limit per user
This commit is contained in:
parent
ab7a5cfa52
commit
725df056ed
@ -161,7 +161,7 @@ def scan_context_thread():
|
||||
logger.info(f'Предложение от {acct} было отлонено - фильм в опросе существует')
|
||||
fail_limit[acct] += 1
|
||||
else:
|
||||
message_writer.append("❌ Вы не можете добавить больше 2х фильмов")
|
||||
message_writer.append(f"❌ Вы не можете добавить больше {limit_movies_per_user}x фильмов")
|
||||
logger.info(f'Предложение от {acct} было отлонено - лимит на пользователя')
|
||||
fail_limit[acct] += 1
|
||||
if message_writer != []:
|
||||
|
Loading…
Reference in New Issue
Block a user