diff --git a/RNS/Interfaces/RNodeInterface.py b/RNS/Interfaces/RNodeInterface.py index 3c119d2..d414fcb 100644 --- a/RNS/Interfaces/RNodeInterface.py +++ b/RNS/Interfaces/RNodeInterface.py @@ -185,7 +185,7 @@ class RNodeInterface(Interface): else: ble_name = ble_string - if port.lower().startswith(tcp_uri_scheme): + elif port.lower().startswith(tcp_uri_scheme): force_tcp = True tcp_string = port[len(tcp_uri_scheme):] port = None