mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Updated docs
This commit is contained in:
parent
448ea8ceb5
commit
58f43b163e
6 changed files with 52 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue