diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 81f2772..40ddc64 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -323,7 +323,7 @@ class Client(object): c.execute(u'INSERT OR REPLACE INTO file values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)', t) conn.commit() - return True + return True def cmd(self, args): filename = args[0]