mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Merge branch 'notifications' of github.com:blakeblackshear/frigate into notifications
This commit is contained in:
commit
61f4bcdcdf
@ -18,7 +18,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class WebPushClient(Communicator): # type: ignore[misc]
|
class WebPushClient(Communicator): # type: ignore[misc]
|
||||||
"""Frigate wrapper for firebase client."""
|
"""Frigate wrapper for webpush client."""
|
||||||
|
|
||||||
def __init__(self, config: FrigateConfig) -> None:
|
def __init__(self, config: FrigateConfig) -> None:
|
||||||
self.config = config
|
self.config = config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user