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