Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 5, 2025
1 parent 8dd2aa4 commit d7fcaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/core/aeon_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit d7fcaa8

Please sign in to comment.