forked from openlp/openlp
oops1
This commit is contained in:
parent
a3f951e2ce
commit
fa61e5b275
@ -215,6 +215,7 @@ class RemoteTab(SettingsTab):
|
|||||||
ip_address == 0.0.0.0: return the IP address of the first valid interface
|
ip_address == 0.0.0.0: return the IP address of the first valid interface
|
||||||
else: return ip_address
|
else: return ip_address
|
||||||
"""
|
"""
|
||||||
|
ip_address = ZERO_URL
|
||||||
if ip_address == ZERO_URL:
|
if ip_address == ZERO_URL:
|
||||||
interfaces = QtNetwork.QNetworkInterface.allInterfaces()
|
interfaces = QtNetwork.QNetworkInterface.allInterfaces()
|
||||||
for interface in interfaces:
|
for interface in interfaces:
|
||||||
|
Loading…
Reference in New Issue
Block a user