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: