Fixes part of issue #184

This commit is contained in:
albertosottile 2018-05-08 11:35:03 +02:00
parent af5b53ea9b
commit a35760038e

View File

@ -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()