summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authornicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-04-07 14:52:57 +0000
committernicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-04-07 14:52:57 +0000
commit29538e28b81edb132dbacdb52f2d71d92428fdd0 (patch)
treec3ddcc7f8b16a478c422f6e68702d9232263f552 /bindings/python
parent6ab402d59b7270ad3d95e3eb777c63bd4f9d4630 (diff)
downloadlibgpod-29538e28b81edb132dbacdb52f2d71d92428fdd0.tar.gz
libgpod-29538e28b81edb132dbacdb52f2d71d92428fdd0.tar.xz
libgpod-29538e28b81edb132dbacdb52f2d71d92428fdd0.zip
Avoid leaving my key lying around. A bit late.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1229 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
-rwxr-xr-xbindings/python/examples/coverart_fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/examples/coverart_fetch.py b/bindings/python/examples/coverart_fetch.py
index 3db279f..a2e10c8 100755
--- a/bindings/python/examples/coverart_fetch.py
+++ b/bindings/python/examples/coverart_fetch.py
@@ -38,7 +38,7 @@ if not itdb:
# set your key here, or see amazon.py for a list of other places to
# store it.
-amazon.setLicense('THISISNOTREALLYMYKEY')
+amazon.setLicense('')
images = {}