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