This commit is contained in:
Jonathan Corwin 2011-05-08 20:31:44 +01:00
parent 61b3a8e19b
commit 2c76faca48
1 changed files with 1 additions and 1 deletions

View File

@ -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: