From bac45279457db2ba9e945244a26a79b09d1502df Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 14 Aug 2025 04:44:09 +0300 Subject: [PATCH] Update autopay_service.py --- autopay_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopay_service.py b/autopay_service.py index 7ba4b38e..b6454e89 100644 --- a/autopay_service.py +++ b/autopay_service.py @@ -278,7 +278,7 @@ class AutoPayService: async def get_service_status(self) -> dict: return { 'is_running': self.is_running, - 'check_interval': 1800, # 30 минут + 'check_interval': 1800, 'has_api': self.api is not None, 'has_bot': self.bot is not None }