diff --git a/main.py b/main.py index 0166cce..26203af 100644 --- a/main.py +++ b/main.py @@ -123,7 +123,7 @@ async def check_updates(): if already_sent[i]: continue await send_post(posts[i], tag_list) - await sleep(.1) + await sleep(1) @dp.message_handler(filters.IDFilter(chat_id=user_ids), commands=['add'])