removed extraneous comment
parent
3af9f105d6
commit
272011c8e6
|
@ -61,7 +61,6 @@ while (1):
|
|||
break
|
||||
else:
|
||||
UDPSock.sendto(data,(remote_host,remote_port))
|
||||
#send ~100 packets per second
|
||||
time.sleep(sleeptime)
|
||||
|
||||
UDPSock.close()
|
||||
|
|
Loading…
Reference in New Issue