mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-07 17:22:57 +02:00
fix(bridge): Correct command name from msg_subscribe to msgs_subscribe
This commit is contained in:
@@ -128,9 +128,9 @@ class MeshCLISession:
|
||||
try:
|
||||
self.process.stdin.write('set json_log_rx on\n')
|
||||
self.process.stdin.write('set print_adverts on\n')
|
||||
self.process.stdin.write('msg_subscribe\n')
|
||||
self.process.stdin.write('msgs_subscribe\n')
|
||||
self.process.stdin.flush()
|
||||
logger.info("Session settings applied: json_log_rx=on, print_adverts=on, msg_subscribe")
|
||||
logger.info("Session settings applied: json_log_rx=on, print_adverts=on, msgs_subscribe")
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to apply session settings: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user