From 5446bcc54afe4f3857be1d2fb5f32d4cc9a1d09e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 22 Apr 2022 15:18:07 +0100 Subject: [PATCH] Camel case in config file --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index 81bc08951..728967887 100644 --- a/epicyon.py +++ b/epicyon.py @@ -1148,7 +1148,7 @@ if args.podcast_formats: podcast_formats_str = args.podcast_formats else: podcast_formats_str = \ - get_config_param(base_dir, 'preferred_podcast_formats') + get_config_param(base_dir, 'preferredPodcastFormats') if podcast_formats_str: podcast_formats = podcast_formats_str.split(',') preferred_podcast_formats = []