mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
refactor: clean up unused imports and improve code organization
This commit is contained in:
@@ -30,6 +30,8 @@ def check_for_updates():
|
||||
for asset in assets:
|
||||
print(f" - {asset['name']}: {asset['browser_download_url']}")
|
||||
return assets, latest_version
|
||||
else:
|
||||
return None, None
|
||||
else:
|
||||
if state.debug:
|
||||
print("Already up-to-date.")
|
||||
|
||||
Reference in New Issue
Block a user