This commit is contained in:
Josh Hawkins 2025-05-06 17:30:36 -05:00
parent 9c97b89aed
commit ffc09814fe

View File

@ -595,7 +595,6 @@ class OnvifController:
self, camera_name: str, command: OnvifCommandEnum, param: str = ""
) -> None:
"""Handle ONVIF commands asynchronously"""
# logger.debug(f"handling async: {camera_name}, {command}, {param}")
current_loop = asyncio.get_running_loop()
expected_loop = self.loop
if current_loop is not expected_loop: