fix scan_file
This commit is contained in:
parent
abae6e40ca
commit
f70b934b8d
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue