diff options
-rwxr-xr-x | bindings/python/examples/coverart_fetch.py | 2 |
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 = {} |