Merge pull request #29 from vloschiavo/main

Fix for bulletin issue - Info and News was swapped on line 151 [issue…
This commit is contained in:
TC² 2024-06-30 04:41:54 -04:00 committed by GitHub
commit ea010cdc29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ def handle_stats_steps(sender_id, message, step, interface, bbs_nodes):
def handle_bb_steps(sender_id, message, step, state, interface, bbs_nodes):
boards = {0: "General", 1: "News", 2: "Info", 3: "Urgent"}
boards = {0: "General", 1: "Info", 2: "News", 3: "Urgent"}
if step == 1:
if message == '4':