Formatting

This commit is contained in:
Nicolas Mowen 2022-09-28 06:09:21 -06:00 committed by GitHub
parent 659324cb29
commit 174cddf7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ def get_latest_version() -> str:
try: try:
request = requests.get( request = requests.get(
"https://api.github.com/repos/blakeblackshear/frigate/releases/latest", "https://api.github.com/repos/blakeblackshear/frigate/releases/latest",
timeout=10 timeout=10,
) )
except: except:
return "unknown" return "unknown"