From 1d05f41b8d4c45c9b1f6502183a81e6793f5b98f Mon Sep 17 00:00:00 2001 From: dromanov Date: Sat, 6 Jul 2024 00:03:12 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20bug=20fix=20in=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/dating/create_forms_funcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/dating/create_forms_funcs.py b/functions/dating/create_forms_funcs.py index 9eecceb3..61ebb603 100644 --- a/functions/dating/create_forms_funcs.py +++ b/functions/dating/create_forms_funcs.py @@ -56,7 +56,7 @@ async def monitoring_questionnaire(call: CallbackQuery, state: FSMContext) -> No user_offsets = storage.get("user_offsets", dict()) user_limits = storage.get("user_limits", dict()) offset = user_offsets.get(telegram_id, 0) - limit = user_limits.get(telegram_id, 10000) + limit = user_limits.get(telegram_id, 100) user_list = await get_next_user(telegram_id, monitoring=True, offset=offset, limit=limit) if user_list: