Fixed NtfyNotifier constructor bug

This commit is contained in:
Ashish D'Souza 2024-03-24 10:44:00 -05:00
parent 59ee8e64b7
commit ff12424ba3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class CameraMonitor:
self._consecutive_down_threshold = consecutive_down_threshold
self._camera_downtime = Counter()
self._frigate_config = FrigateConfig()
self._ntfy_notifier = NtfyNotifier
self._ntfy_notifier = NtfyNotifier()
async def _on_camera_up(self, camera: str) -> None:
logger.info(f"Camera {camera} is back online")