From d7fcaa87897a395a8eaed6bb0e9c6c019b8b7070 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Mon, 6 Jan 2025 00:28:30 +0600 Subject: [PATCH] comma --- bot/core/aeon_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/core/aeon_client.py b/bot/core/aeon_client.py index 8d98a0c4c..2e4cf616f 100644 --- a/bot/core/aeon_client.py +++ b/bot/core/aeon_client.py @@ -43,7 +43,7 @@ async def start_user(cls): Config.TELEGRAM_HASH, session_string=Config.USER_SESSION_STRING, parse_mode=enums.ParseMode.HTML, - no_updates=True + no_updates=True, sleep_threshold=60, max_concurrent_transmissions=10, )