Fixes part of issue #184

This commit is contained in:
albertosottile 2018-05-08 11:35:03 +02:00
parent 1f696c5014
commit 9e524704bd

View File

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