mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
remove
This commit is contained in:
parent
3a59b46a7f
commit
ca132983d6
@ -39,9 +39,6 @@ class EventMetadataSubscriber(Subscriber):
|
|||||||
def __init__(self, topic: EventMetadataTypeEnum) -> None:
|
def __init__(self, topic: EventMetadataTypeEnum) -> None:
|
||||||
super().__init__(topic.value)
|
super().__init__(topic.value)
|
||||||
|
|
||||||
def check_for_update(self, timeout: float) -> tuple | None:
|
|
||||||
return super().check_for_update(timeout)
|
|
||||||
|
|
||||||
def _return_object(self, topic: str, payload: tuple) -> tuple:
|
def _return_object(self, topic: str, payload: tuple) -> tuple:
|
||||||
if payload is None:
|
if payload is None:
|
||||||
return (None, None)
|
return (None, None)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user