Undo channels -> frequencies for API compat
This commit is contained in:
@@ -73,7 +73,7 @@ async def join_server(system_id, guild_id, channel_id):
|
||||
sys_config = ConfigGenerator(
|
||||
type=sys_details.get('decode_mode'),
|
||||
systemName=sys_details['name'],
|
||||
frequencies=sys_details.get('frequency_list_khz'), # Assuming 'channels' is the correct field name
|
||||
channels=sys_details.get('frequency_list_khz'), # Assuming 'channels' is the correct field name
|
||||
tags=tags_list,
|
||||
whitelist=sys_details.get('tag_whitelist') # Use .get for optional fields
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user