mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 16:35:03 -04:00
Merge branch 'mig5-fix_simultaneous_downloads' into develop
This commit is contained in:
commit
375d8498d4
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ def download(slug_candidate):
|
|||
sys.stdout.flush()
|
||||
|
||||
add_request(REQUEST_PROGRESS, path, {'id': download_id, 'bytes': downloaded_bytes})
|
||||
done = False
|
||||
except:
|
||||
# looks like the download was canceled
|
||||
done = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue