mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 14:52:40 -04:00
Merge pull request #1239 from micahflee/1214_onion_error_translations
Translate Tor-related error messages
This commit is contained in:
commit
93f8d2c848
8 changed files with 189 additions and 73 deletions
|
@ -340,7 +340,7 @@ def main(cwd=None):
|
|||
print("")
|
||||
sys.exit()
|
||||
except Exception as e:
|
||||
sys.exit(e.args[0])
|
||||
sys.exit()
|
||||
|
||||
# Start the onionshare app
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue