onionshare/cli/onionshare_cli
Saptak S 5a7ab3c12e
Adds exception for ConnectionError in chat mode during shutdown
The way flask-socketio stops a connection when running using
eventlet is by raising SystemExit to abort all the processes.
Hence the connections are closed and no response is returned
So I am just catching the ConnectionError to check if it was
chat mode, in which case it's okay.
2021-09-02 18:57:21 +05:30
..
resources ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00
web Adds exception for ConnectionError in chat mode during shutdown 2021-09-02 18:57:21 +05:30
__init__.py ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00
common.py Account for the "v" in the version string ("v2.3.2") banner spacing 2021-05-25 17:31:28 -07:00
mode_settings.py ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00
onion.py ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00
onionshare.py ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00
settings.py Add Lithuanian 2021-08-20 13:24:15 -07:00