Updated docs

This commit is contained in:
Mark Qvist 2021-10-15 19:26:53 +02:00
parent 448ea8ceb5
commit 58f43b163e
6 changed files with 52 additions and 7 deletions

View file

@ -619,8 +619,6 @@ class Resource:
self.receiving_part = False
# TODO: Remove
#if self.outstanding_parts == 0 and self.received_count == self.total_parts:
if self.received_count == self.total_parts:
self.assemble()
elif self.outstanding_parts == 0: