Merge pull request #17 from Blergo/Yorkshire-BBS

more optimisation for congested mesh
This commit is contained in:
Blergo 2024-07-02 23:18:53 +01:00 committed by GitHub
commit 1cf00f61d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ def handle_help_command(sender_id, interface, state=None):
"[1]Server Stats",
"[2]Exit Stats Menu"
]
response = title + "Available commands:\n" + "\n".join(commands)
response = title + "\n".join(commands)
send_message(response, sender_id, interface)
def handle_stats_command(sender_id, interface):