From 32ab890f5e75bfda1ee8d635cfe62fd99e45f5f4 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 23 Mar 2014 09:46:46 +0100 Subject: [PATCH] typo --- pandora_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index eb420fd..b4eaf75 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -638,7 +638,7 @@ class Client(object): files.append(path) break if files: - print '\ncould encoded and upload %s videos:\n' % len(files) + print '\ncould encode and upload %s videos:\n' % len(files) print '\n'.join(files) if r['data']['file']: files = []