Updated readme

This commit is contained in:
Mark Qvist 2020-05-13 09:31:43 +02:00
parent 2c20dce01b
commit 94164bb580
3 changed files with 47 additions and 30 deletions

View file

@ -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