mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-19 01:17:06 +03:00
clean up
This commit is contained in:
parent
5568151053
commit
a69c82c4f4
@ -98,9 +98,6 @@ class AsyncWebPushClient(WebPushClient):
|
||||
f"Failed to send notification to {notification.user} :: {resp.status_code}"
|
||||
)
|
||||
|
||||
self.cleanup_registrations()
|
||||
self.notification_queue.task_done()
|
||||
|
||||
except queue.Empty:
|
||||
continue
|
||||
except Exception as e:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user