diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 18be115..7ff123a 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -381,7 +381,7 @@ class API(ox.API): fname = os.path.basename(frame) if os.path.exists(frame): form.add_file('frame', fname, open(frame, 'rb')) - r = self._json_request(self.url, form) + r = self._json_request(self.url, form) #upload video if os.path.exists(i['video']):