HOTFIX, added missing option declaration.
authorDylan Lloyd <dylan@psu.edu>
Fri, 21 Jan 2011 23:16:18 +0000 (18:16 -0500)
committerDylan Lloyd <dylan@psu.edu>
Fri, 21 Jan 2011 23:16:18 +0000 (18:16 -0500)
likes_pandora.py

index 181cda7..92d6e07 100755 (executable)
@@ -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()