Update server.py

This commit is contained in:
ReneKlever 2025-03-24 21:21:18 +01:00 committed by GitHub
parent cbd5571b5a
commit 52a6d23e6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,7 @@ def main():
interface = get_interface(system_config)
interface.bbs_nodes = system_config['bbs_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...")