* Cleanup

This commit is contained in:
Phil Zhitnikov 2024-08-05 00:02:45 +04:00
parent b387604b25
commit 5620a97512

View File

@ -6,6 +6,4 @@ from .base import BaseProgressActionService
class WaitProgressActionService(BaseProgressActionService): class WaitProgressActionService(BaseProgressActionService):
async def process(self): async def process(self):
logger.info('WaitProgressActionService task started')
await asyncio.sleep(self.progress_action.wait_for) await asyncio.sleep(self.progress_action.wait_for)
logger.info('WaitProgressActionService task ended')