From f70b934b8d99b5821ccaec81d836d99ba9983d07 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 30 Apr 2013 17:54:56 +0200 Subject: [PATCH] fix scan_file --- 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 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]