Update qbittorrent_worker.py

pull/109/head
Mr Chen 6 years ago
parent 621c4c9e74
commit 044c18052a
  1. 1
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -234,6 +234,7 @@ class downloadBT(Thread):
else:
print shash, 'already is exists!'
else:
print 'insert into pl_hash_list'
pid = self.dbcurr.execute("insert into pl_hash_list (`name`,`info_hash`,`length`,`create_time`) values('" +
sname + "','" + shash + "','" + total_size + "','" + ct + "')")
file_data = self.query(

Loading…
Cancel
Save