mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-11-12 15:44:13 -08:00
Disabled debug message
This commit is contained in:
parent
7251f663e3
commit
3d0e600d40
|
@ -48,7 +48,7 @@ def main():
|
||||||
|
|
||||||
merge_config(system_config, args)
|
merge_config(system_config, args)
|
||||||
|
|
||||||
print(f"{system_config=}")
|
# print(f"{system_config=}")
|
||||||
|
|
||||||
interface = get_interface(system_config)
|
interface = get_interface(system_config)
|
||||||
interface.bbs_nodes = system_config['bbs_nodes']
|
interface.bbs_nodes = system_config['bbs_nodes']
|
||||||
|
|
Loading…
Reference in a new issue