removed extraneous comment

master
Bartosz Kostrzewa 2010-11-17 17:23:48 +01:00
parent 3af9f105d6
commit 272011c8e6
1 changed files with 0 additions and 1 deletions

View File

@ -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()