forked from openlp/openlp
u
This commit is contained in:
parent
61b3a8e19b
commit
2c76faca48
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user