Skip to content

Commit edcc069

Browse files
committed
Add percentage sign
1 parent a0cd3fb commit edcc069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main() -> None:
3232
stats = scan_path(pofiles_path, no_cache=True, hide_reserved=False, api_url="")
3333

3434
stats_data = {
35-
"completion": str(round(stats.completion, 2)),
35+
"completion": str(round(stats.completion, 2)) + "%",
3636
"translated": stats.translated,
3737
"entries": stats.entries,
3838
"updated_at": datetime.now(timezone.utc).isoformat(timespec="seconds") + "Z",

0 commit comments

Comments
 (0)