From 029aae525ad11587ac0e1f0bb13e8fb51917c9f0 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Fri, 21 Jan 2011 18:16:18 -0500 Subject: [PATCH] HOTFIX, added missing option declaration. --- likes_pandora.py | 1 + 1 file changed, 1 insertion(+) diff --git a/likes_pandora.py b/likes_pandora.py index 181cda7..92d6e07 100755 --- a/likes_pandora.py +++ b/likes_pandora.py @@ -31,6 +31,7 @@ try: NOTIFICATIONS = config.getboolean('settings', 'notifications') YT_DL = config.get('settings', 'youtube-dl') DEFAULT_ICON = config.get('settings', 'default_icon') + YT_OPT = default_options['youtube-dl_options'] except: print 'There is a formatting error in the configuration file at', CONFIG_FILE sys.exit() -- 2.30.2