Indentation fix

This commit is contained in:
Mark Qvist 2020-08-12 20:51:33 +02:00
parent 6b2b66aa25
commit bf0e22d461
1 changed files with 61 additions and 63 deletions

View File

@ -717,8 +717,6 @@ class Resource:
def progress(self):
if self.initiator:
# TODO: Remove
# progress = self.sent_parts / len(self.parts)
self.processed_parts = (self.segment_index-1)*math.ceil(Resource.MAX_EFFICIENT_SIZE/Resource.SDU)
self.processed_parts += self.sent_parts
self.progress_total_parts = float(self.grand_total_parts)