Fixes part of issue #184
This commit is contained in:
parent
af5b53ea9b
commit
a35760038e
@ -342,7 +342,7 @@ class ConfigDialog(QtWidgets.QDialog):
|
||||
try:
|
||||
servers = utils.getListOfPublicServers()
|
||||
except IOError as e:
|
||||
self.showErrorMessage(unicode(e))
|
||||
self.showErrorMessage(e.args[0])
|
||||
return
|
||||
currentServer = self.hostCombobox.currentText()
|
||||
self.hostCombobox.clear()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user