mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-01-07 21:38:03 -05:00
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:
commit
ea010cdc29
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user