* Cleanup
This commit is contained in:
parent
b387604b25
commit
5620a97512
|
|
@ -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')
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user