From a3f951e2ce2508f72464594fe97074649b8d1a05 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 14 Feb 2015 09:44:04 +0000 Subject: [PATCH] Fix test code --- 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: