Fixed level issues

This commit is contained in:
Carlos-Mesquita
2024-11-10 04:21:36 +00:00
parent cf1b676312
commit 6909d75eb6
15 changed files with 101 additions and 84 deletions

View File

@@ -18,5 +18,5 @@ class IVideoGeneratorService(ABC):
pass
@abstractmethod
async def pool_status(self, video_id: str):
async def poll_status(self, video_id: str):
pass