Development
This commit is contained in:
parent
67b593bde3
commit
6503f26197
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ def all_time_blocked_display():
|
||||||
if not blocked:
|
if not blocked:
|
||||||
return '-'
|
return '-'
|
||||||
pct = f'{blocked / total * 100:.0f}' if total else '0'
|
pct = f'{blocked / total * 100:.0f}' if total else '0'
|
||||||
return f'{int(blocked):,} blocked ({pct}%)'
|
return f'{int(blocked):,} ({pct}%)'
|
||||||
except Exception:
|
except Exception:
|
||||||
return '-'
|
return '-'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue