Replaces | in description and added flag checks

This commit is contained in:
Lucas
2025-04-07 08:58:08 -07:00
parent 8f36df6257
commit 2c9c1d599a
2 changed files with 9 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ def generate_contents(platform="all"):
apps = apps_by_subcat.get(sub["id"], [])
for app in apps:
name = app.get("name", "")
description = app.get("description", "")
description = app.get("description", "").replace("|", "-")
link = app.get("link", "#")
tags = ""
"""