mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
removed useless log
This commit is contained in:
parent
532b586778
commit
12c1033517
@ -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
|
Loading…
x
Reference in New Issue
Block a user