Merge pull request #1239 from micahflee/1214_onion_error_translations

Translate Tor-related error messages
This commit is contained in:
Micah Lee 2020-12-01 22:21:25 -08:00 committed by GitHub
commit 93f8d2c848
8 changed files with 189 additions and 73 deletions

View file

@ -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: