mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-07 14:12:19 -04:00
Update server.py
This commit is contained in:
parent
cbd5571b5a
commit
52a6d23e6e
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,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.allowed_nodes = system_config['allowed_nodes']
|
interface.allowed_nodes = system_config['allowed_nodes']
|
||||||
|
interface.allowed2bbs_nodes = system_config['allowed2bbs_nodes']
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue