mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-29 17:19:58 -07:00
Implemented requests and responses of arbitrary sizes using resources.
This commit is contained in:
@@ -502,7 +502,6 @@ def download_concluded(resource):
|
||||
|
||||
saved_filename = current_filename
|
||||
|
||||
|
||||
if resource.status == RNS.Resource.COMPLETE:
|
||||
counter = 0
|
||||
while os.path.isfile(saved_filename):
|
||||
|
||||
Reference in New Issue
Block a user