From 480b337914d0105a643d5138dd081b72ae8f1b37 Mon Sep 17 00:00:00 2001 From: OniriCorpe <oniricorpe@disroot.org> Date: Wed, 14 Feb 2024 05:42:04 +0100 Subject: [PATCH] we don't need that, it's handled by GitlabAPI --- autoupdate_app_sources/autoupdate_app_sources.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index 9a265e4..7a086e7 100644 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -335,9 +335,6 @@ class AppAutoUpdater: # if empty (so only the base asset), take the tarball_url latest_assets = latest_release["tarball_url"] if strategy == "_release": - # gitlab's API is different for that - latest_release_html_url = latest_release["_links"]["self"] - else: latest_release_html_url = latest_release["html_url"] if asset == "tarball": latest_tarball = (