Update autopay_service.py
This commit is contained in:
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user