removed useless log

This commit is contained in:
Saifeddine ALOUI 2024-08-12 02:51:41 +02:00
parent 532b586778
commit 12c1033517
2 changed files with 1 additions and 2 deletions

View File

@ -121,7 +121,6 @@ async def list_apps():
# Parse the YAML content
yaml_content = yaml.safe_load(file)
repo_version = yaml_content.get("version", "0")
print(f"{app_name.stem}:\ncurrent_version: {current_version}\nrepo_vsersion: {repo_version}")
# Compare versions using packaging.version
has_update = version.parse(str(repo_version)) > version.parse(str(current_version))

@ -1 +1 @@
Subproject commit 4df909a05a68d8c63145159f4da25f6793e85c1c
Subproject commit efe94a6e9aec9d7af759496e5cbf499aeee20fa3