fix scan_file

This commit is contained in:
j 2013-04-30 17:54:56 +02:00
parent abae6e40ca
commit f70b934b8d

View File

@ -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]