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

@@ -19,5 +19,5 @@ class ISpeakingController(ABC):
pass
@abstractmethod
async def pool_video(self, vid_id: str):
async def poll_video(self, vid_id: str):
pass