mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Fix flake8 issues found in cli
This commit is contained in:
parent
754c7d96dd
commit
cfbf07b903
14 changed files with 146 additions and 128 deletions
|
@ -242,7 +242,7 @@ class SendBaseModeWeb:
|
|||
},
|
||||
)
|
||||
done = False
|
||||
except:
|
||||
except Exception:
|
||||
# Looks like the download was canceled
|
||||
done = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue