Change process order

This commit is contained in:
taizan-hokuto
2020-02-03 00:37:52 +09:00
parent 24f08ecbdb
commit 4a8e353098
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ class Downloader:
return (
self.ready_blocks()
.remove_duplicate_head()
# .set_temporary_last()
.remove_overwrap()
.set_temporary_last()
.download_blocks()