mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Formatting files
This commit is contained in:
parent
df22a00a5c
commit
b3f0626ab7
@ -26,7 +26,7 @@ def get_latest_version() -> str:
|
|||||||
)
|
)
|
||||||
except:
|
except:
|
||||||
return "unknown"
|
return "unknown"
|
||||||
|
|
||||||
response = request.json()
|
response = request.json()
|
||||||
|
|
||||||
if request.ok and response and "tag_name" in response:
|
if request.ok and response and "tag_name" in response:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user