Add trailing char for third-party parsing

This commit is contained in:
Alicia Sykes 2024-04-07 12:11:42 +01:00
parent 5887fe8f8f
commit a2f29f19c7
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def makeAwesomePrivacy():
f"{repoElement(app.get('github'))} "
f"{tosElement(app.get('tosdrId'))} "
f"{awesomePrivacyReport(category.get('name'), section.get('name'), app.get('name'))} \n"
f"{statsElement(app.get('openSource'), app.get('securityAudited'), app.get('acceptsCrypto'))} \n"
f"{statsElement(app.get('openSource'), app.get('securityAudited'), app.get('acceptsCrypto'))}˙ \n"
f"\n\t\t</details>\n"
)
if app.get('github') or app.get('tosdrId') else '')