Correct channel name

This commit is contained in:
Midgard 2024-11-20 19:15:31 +01:00
parent 1f416411c7
commit 57ea490405
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -26,7 +26,7 @@ def main():
table = Table(
Column('', alignment='right'),
Column('~NumberDealers'),
Column('~numberdealers'),
Column('~numberdealers-ng')
)
@ -69,7 +69,7 @@ def main():
stats_history = sorted(_stats_history.items(), key=lambda x: x[1], reverse=True)
_stats_ng = numbers_per_user.analyze_users(numbers_ng)
stats_ng = sorted(_stats_ng.items(), key=lambda x: x[1], reverse=True)
print(f"{'~NumberDealers':31s} ~numberdealers-ng")
print(f"{'~numberdealers':31s} ~numberdealers-ng")
i = 0
others_count_hist = 0
others_names_hist = 0