mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Update server.py
work for disabling features from config
This commit is contained in:
parent
418b52111a
commit
a1d922d29c
|
@ -52,6 +52,7 @@ def main():
|
||||||
|
|
||||||
interface = get_interface(system_config)
|
interface = get_interface(system_config)
|
||||||
interface.bbs_nodes = system_config['bbs_nodes']
|
interface.bbs_nodes = system_config['bbs_nodes']
|
||||||
|
interface.disabled = system_config['disabled']
|
||||||
|
|
||||||
logging.info(f"TC²-BBS is running on {system_config['interface_type']} interface...")
|
logging.info(f"TC²-BBS is running on {system_config['interface_type']} interface...")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue