This commit is contained in:
Tim Bentley 2015-02-14 12:35:37 +00:00
parent fa61e5b275
commit 3bd5fbd2e8

View File

@ -215,7 +215,6 @@ class RemoteTab(SettingsTab):
ip_address == 0.0.0.0: return the IP address of the first valid interface
else: return ip_address
"""
ip_address = ZERO_URL
if ip_address == ZERO_URL:
interfaces = QtNetwork.QNetworkInterface.allInterfaces()
for interface in interfaces: