All Tor-related that get thrown from the onionshare_cli.Onion object now get translated in the GUI

This commit is contained in:
Micah Lee 2020-11-29 12:25:09 -08:00
parent 180da51978
commit 6ffa9b62f8
7 changed files with 188 additions and 72 deletions

View file

@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import os, shutil
from . import common
from .onion import TorTooOld, TorErrorProtocolError
from .common import AutoStopTimer