Added comments and cleaned up python source code

This commit is contained in:
Lucas
2026-01-12 11:35:59 -08:00
parent e3868dbdad
commit 119f95a492
5 changed files with 17 additions and 19 deletions

View File

@@ -14,6 +14,7 @@ with open("core/data/static/platforms.json") as f:
seen_github = set()
issues_report = []
# Check for formatting issues inside of all data files (static and dynamic)
for app in applications:
app_issues = []