Fixes part of issue #184
This commit is contained in:
parent
1f696c5014
commit
9e524704bd
@ -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