mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-15 00:11:15 +03:00
formatting
This commit is contained in:
parent
d2f5fc9ed9
commit
360b6be650
@ -1344,9 +1344,7 @@ def grid_snapshot(
|
||||
@router.get(
|
||||
"/events/{event_id}/snapshot-clean.webp",
|
||||
)
|
||||
async def event_snapshot_clean(
|
||||
request: Request, event_id: str, download: bool = False
|
||||
):
|
||||
async def event_snapshot_clean(request: Request, event_id: str, download: bool = False):
|
||||
webp_bytes = None
|
||||
try:
|
||||
event = Event.get(Event.id == event_id)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user