2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 19:10:10 +00:00

Fix errant reference

This commit is contained in:
Jarrod Johnson 2022-07-21 09:57:29 -04:00
parent 2256b341b9
commit ef2c7b5bbc

View File

@ -186,7 +186,6 @@ def handle_request(env, start_response):
rb['addresses'] = [(newhost, newport)]
rb['forwarder_url'] = targurl
rb['forwarder_server'] = nodename
rb['']
ssdp.check_fish(('/DeviceDescription.json', rb), newport, verify_cert)
disco.detected(rb)
start_response('200 OK', [])