diff --git a/confluent_server/confluent/discovery/protocols/ssdp.py b/confluent_server/confluent/discovery/protocols/ssdp.py index 45d1e1f3..e2688d66 100644 --- a/confluent_server/confluent/discovery/protocols/ssdp.py +++ b/confluent_server/confluent/discovery/protocols/ssdp.py @@ -461,7 +461,7 @@ def check_fish(urldata, port=443, verifycallback=None): except KeyError: peerinfo['xcc-variant'] = '3' except IndexError: -+ return None + return None try: myuuid = peerinfo['node-uuid'].lower() if '-' not in myuuid: