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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)', c.execute(u'INSERT OR REPLACE INTO file values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)',
t) t)
conn.commit() conn.commit()
return True return True
def cmd(self, args): def cmd(self, args):
filename = args[0] filename = args[0]