disinclined.org
/
git
/
i_like_pandora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c781e8d
)
HOTFIX, added missing option declaration.
author
Dylan Lloyd
<dylan@psu.edu>
Fri, 21 Jan 2011 23:16:18 +0000
(18:16 -0500)
committer
Dylan Lloyd
<dylan@psu.edu>
Fri, 21 Jan 2011 23:16:18 +0000
(18:16 -0500)
likes_pandora.py
patch
|
blob
|
history
diff --git
a/likes_pandora.py
b/likes_pandora.py
index
181cda7
..
92d6e07
100755
(executable)
--- 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()