From 2f4d6f501e8f0a7bf791b1a4960d788fe2355ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Mon, 4 Apr 2022 14:28:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3.=20=D0=9F=D1=80=D0=BE=D0=BF?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=B8=D0=BB=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F?= =?UTF-8?q?=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Во всем виновата копипаста. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3612227..41005ce 100644 --- a/main.py +++ b/main.py @@ -103,7 +103,7 @@ async def send_post(message: types.Message) -> None: ) await services._clean_up( - message_id=result.message_id, delay_min=settings.DELAY_TIME_Q, bot=bot + message_id=result.message_id, delay_min=settings.DELAY_TIME_POST, bot=bot )