From d01f143adf75793239593a561deae810471498d2 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 20 Oct 2025 09:24:18 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index c1874b0..e5f87ad 100644 --- a/modules/system.py +++ b/modules/system.py @@ -413,7 +413,6 @@ for device in channel_list: interface = globals().get(f'interface{interface_id}') for channel_name, channel_number in device["channels"].items(): psk_base64 = "AQ==" # default PSK - print( f"Channel Name: {channel_name}, Channel Number: {channel_number}, PSK: {psk_base64}") channel_hash = generate_hash(channel_name, psk_base64) # add hash to the channel entry in channel_list under key 'hash' for entry in channel_list: