mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
remove warning message
This commit is contained in:
parent
083cd8d267
commit
9f42d59ef3
@ -76,8 +76,6 @@ class Dispatcher:
|
||||
self.web_push_client = next(
|
||||
(comm for comm in communicators if isinstance(comm, WebPushClient)), None
|
||||
)
|
||||
if self.web_push_client is None:
|
||||
logger.warning("WebPushClient not found in communicators")
|
||||
|
||||
def _receive(self, topic: str, payload: str) -> Optional[Any]:
|
||||
"""Handle receiving of payload from communicators."""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user