From 4c95b1b64215b058e73c357776fbcce21284f9cd Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 23 Dec 2024 15:32:46 -0600 Subject: [PATCH] remove comment --- adafruit_wiz.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adafruit_wiz.py b/adafruit_wiz.py index f0b752f..cdd2206 100644 --- a/adafruit_wiz.py +++ b/adafruit_wiz.py @@ -149,9 +149,7 @@ def scan(radio=None, timeout=3): data = json.dumps({"method": "getPilot", "params": {}}) udp_message = bytes(data, "utf-8") - scan_socket.sendto( - udp_message, ("255.255.255.255", 38899) - ) # send UDP packet to udp_host:port + scan_socket.sendto(udp_message, ("255.255.255.255", 38899)) scan_complete = False results = [] while not scan_complete: