Drop wrong argument from checkFileCompletion call

This commit is contained in:
Kumi 2021-11-30 18:33:19 +01:00
parent ce951b0a4e
commit 23f08ec9dc

View file

@ -97,7 +97,7 @@ class VesselThread(Process):
del(db) del(db)
self.vessel._uploaded.append(fileobj.uuid) self.vessel._uploaded.append(fileobj.uuid)
self.checkFileCompletion(fileobj, self.vessel) self.checkFileCompletion(fileobj)
return return
remotefile = RemoteFile(fileobj, self.vessel, remotefile = RemoteFile(fileobj, self.vessel,