Update autopay_service.py

This commit is contained in:
Egor
2025-08-14 04:44:09 +03:00
committed by GitHub
parent 51da8bcb72
commit bac4527945
+1 -1
View File
@@ -278,7 +278,7 @@ class AutoPayService:
async def get_service_status(self) -> dict: async def get_service_status(self) -> dict:
return { return {
'is_running': self.is_running, 'is_running': self.is_running,
'check_interval': 1800, # 30 минут 'check_interval': 1800,
'has_api': self.api is not None, 'has_api': self.api is not None,
'has_bot': self.bot is not None 'has_bot': self.bot is not None
} }