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