mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Formatting files
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ def get_latest_version() -> str:
|
||||
)
|
||||
except:
|
||||
return "unknown"
|
||||
|
||||
|
||||
response = request.json()
|
||||
|
||||
if request.ok and response and "tag_name" in response:
|
||||
|
||||
Reference in New Issue
Block a user