Skip to content

Commit 3671c58

Browse files
committed
Make stats slightly more legible
1 parent 8ecb007 commit 3671c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fetch_stats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ if __name__ == '__main__':
6363
print(med)
6464
s_ = s[0]
6565
if sum(d) > 0:
66-
print(scheme.format(*s, *[_ or '' for _ in d], sum(d)))
66+
print(scheme.format(*s, *[_ or '.' for _ in d], sum(d)))
6767
print(bot)
6868
print(f'total: {sum(stats.values())}')

0 commit comments

Comments
 (0)