mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
remove default
This commit is contained in:
parent
65f9f98588
commit
3a59b46a7f
@ -39,7 +39,7 @@ class EventMetadataSubscriber(Subscriber):
|
||||
def __init__(self, topic: EventMetadataTypeEnum) -> None:
|
||||
super().__init__(topic.value)
|
||||
|
||||
def check_for_update(self, timeout: float = 1) -> tuple | None:
|
||||
def check_for_update(self, timeout: float) -> tuple | None:
|
||||
return super().check_for_update(timeout)
|
||||
|
||||
def _return_object(self, topic: str, payload: tuple) -> tuple:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user