mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Clean up debug code
This commit is contained in:
parent
016ade809e
commit
68fd2bcf59
@ -240,5 +240,5 @@ class EventProcessor(threading.Thread):
|
||||
|
||||
try:
|
||||
Event.update(event).where(Event.id == event_data["id"]).execute()
|
||||
except Exception as e:
|
||||
logger.warning(f"Failed to update manual event: {event_data['id']} :: {e}")
|
||||
except Exception:
|
||||
logger.warning(f"Failed to update manual event: {event_data['id']}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user