From fa61e5b275599b5c7112602a4af844f7b7d48310 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 14 Feb 2015 12:35:20 +0000 Subject: [PATCH] oops1 --- openlp/plugins/remotes/lib/remotetab.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/plugins/remotes/lib/remotetab.py b/openlp/plugins/remotes/lib/remotetab.py index 918d3b4f3..36ad225f6 100644 --- a/openlp/plugins/remotes/lib/remotetab.py +++ b/openlp/plugins/remotes/lib/remotetab.py @@ -215,6 +215,7 @@ 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: