diff --git a/openlp/plugins/remotes/lib/remotetab.py b/openlp/plugins/remotes/lib/remotetab.py index 9bcf6eb88..07f24dbee 100644 --- a/openlp/plugins/remotes/lib/remotetab.py +++ b/openlp/plugins/remotes/lib/remotetab.py @@ -93,7 +93,7 @@ class RemoteTab(SettingsTab): 'Stage view URL:')) def setUrls(self): - ipAddress = 'localhost' + ipAddress = u'localhost' if self.addressEdit.text() == ZERO_URL: ifaces = QtNetwork.QNetworkInterface.allInterfaces() for iface in ifaces: