We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecb007 commit 3671c58Copy full SHA for 3671c58
tools/fetch_stats
@@ -63,6 +63,6 @@ if __name__ == '__main__':
63
print(med)
64
s_ = s[0]
65
if sum(d) > 0:
66
- print(scheme.format(*s, *[_ or '' for _ in d], sum(d)))
+ print(scheme.format(*s, *[_ or '.' for _ in d], sum(d)))
67
print(bot)
68
print(f'total: {sum(stats.values())}')
0 commit comments