1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Update tools/autoupdate_app_sources/autoupdate_app_sources.py

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
OniriCorpe 2024-01-04 22:47:54 +01:00 committed by GitHub
parent 3c1efb8029
commit 444f278494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ class AppAutoUpdater:
print(f"\n Checking {source} ...") print(f"\n Checking {source} ...")
if strategy == "latest_github_release" & asset != "tarball": if strategy == "latest_github_release" and asset != "tarball":
( (
new_version, new_version,
new_asset_urls, new_asset_urls,