diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 9033c20..af17a16 100755 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -994,7 +994,7 @@ class API(ox.API): if os.path.exists(i['media']): size = ox.format_bytes(os.path.getsize(i['media'])) name = os.path.basename(filename) - print(u"uploading %s of %s (%s)" % (profile, name, size)).encode('utf-8') + print((u"uploading %s of %s (%s)" % (profile, name, size)).encode('utf-8')) url = self.url + 'upload/?profile=%s&id=%s' % (profile, i['oshash']) if not self.upload_chunks(url, i['media'], data): if DEBUG: