mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 16:35:46 -04:00
Updated readme
This commit is contained in:
parent
2c20dce01b
commit
94164bb580
3 changed files with 47 additions and 30 deletions
|
@ -344,6 +344,8 @@ class Resource:
|
|||
sleep(sleep_time)
|
||||
|
||||
def assemble(self):
|
||||
# TODO: Optimise assembly. It's way too
|
||||
# slow for larger files
|
||||
if not self.status == Resource.FAILED:
|
||||
try:
|
||||
self.status = Resource.ASSEMBLING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue