diff --git a/server.py b/server.py index 177f82f..c50f3ee 100644 --- a/server.py +++ b/server.py @@ -39,12 +39,12 @@ js8call_logger.addHandler(js8call_handler) def display_banner(): banner = """ -████████╗ ██████╗██████╗ ██████╗ ██████╗ ███████╗ -╚══██╔══╝██╔════╝╚════██╗ ██╔══██╗██╔══██╗██╔════╝ - ██║ ██║ █████╔╝█████╗██████╔╝██████╔╝███████╗ - ██║ ██║ ██╔═══╝ ╚════╝██╔══██╗██╔══██╗╚════██║ - ██║ ╚██████╗███████╗ ██████╔╝██████╔╝███████║ - ╚═╝ ╚═════╝╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝ +███╗ ██╗██████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██████╗ ███████╗ +████╗ ██║╚════██╗██╔══██╗██╔══██╗██╔════╝ ██╔══██╗██╔══██╗██╔════╝ +██╔██╗ ██║ █████╔╝██║ ██║██████╔╝██║ █████╗██████╔╝██████╔╝███████╗ +██║╚██╗██║██╔═══╝ ██║ ██║██╔══██╗██║ ╚════╝██╔══██╗██╔══██╗╚════██║ +██║ ╚████║███████╗██████╔╝██║ ██║╚██████╗ ██████╔╝██████╔╝███████║ +╚═╝ ╚═══╝╚══════╝╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ Meshtastic Version """ print(banner) @@ -63,7 +63,7 @@ def main(): interface.bbs_nodes = system_config['bbs_nodes'] interface.allowed_nodes = system_config['allowed_nodes'] - logging.info(f"TC²-BBS is running on {system_config['interface_type']} interface...") + logging.info(f"N2DRC-BBS is running on {system_config['interface_type']} interface...") initialize_database() @@ -90,4 +90,4 @@ def main(): js8call_client.close() if __name__ == "__main__": - main() + main() \ No newline at end of file