mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-18 06:35:51 -04:00
Fix bug with displaying error message
This commit is contained in:
parent
d5ae4d838d
commit
ec7c893d9e
@ -137,7 +137,7 @@ class TorConnectionThread(QtCore.QThread):
|
||||
|
||||
except Exception as e:
|
||||
common.log('TorConnectionThread', 'run', 'caught exception: {}'.format(e.args[0]))
|
||||
self.error_connecting_to_tor.emit(e.args[0])
|
||||
self.error_connecting_to_tor.emit(str(e.args[0]))
|
||||
|
||||
def _tor_status_update(self, progress, summary):
|
||||
self.tor_status_update.emit(progress, summary)
|
||||
|
Loading…
x
Reference in New Issue
Block a user