From 948e052984ab28bb5ea16c733e12aaaff15866fa Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Fri, 7 Apr 2006 14:52:57 +0000 Subject: 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 --- bindings/python/examples/coverart_fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/python') 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 = {} -- cgit