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 %}