From bd45267ac0adab07b322e1755938dd6e9e0a21b4 Mon Sep 17 00:00:00 2001 From: ruslan Date: Fri, 15 May 2026 21:01:22 +0300 Subject: [PATCH] =?UTF-8?q?Change=20cooldown=20label=20to=20'=D0=A1=D0=BB?= =?UTF-8?q?=D0=B5=D0=B4=D1=83=D1=8E=D1=89=D0=B8=D0=B9=20=D0=BE=D1=82=D0=B2?= =?UTF-8?q?=D0=B5=D1=82=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20X=20=D1=81?= =?UTF-8?q?=D0=B5=D0=BA.'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 53419a9..db48539 100644 --- a/templates/index.html +++ b/templates/index.html @@ -55,7 +55,7 @@

По требованию WB — 1 ответ каждые 10 минут. Очередь обрабатывается автоматически.

{% if api_cooldown_seconds_left and api_cooldown_seconds_left > 0 %} -

⚠ API на паузе: ещё {{ api_cooldown_seconds_left }} сек.

+

Следующий ответ через {{ api_cooldown_seconds_left }} сек.

{% endif %}