Formatting files

This commit is contained in:
Nick Mowen 2022-05-06 06:35:24 -05:00
parent df22a00a5c
commit b3f0626ab7

View File

@ -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: