.
This commit is contained in:
6
TestWDT.py
Normal file
6
TestWDT.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import socket
|
||||
|
||||
s = socket.socket (socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.connect (('localhost', 9999))
|
||||
s.send (b'T')
|
||||
s.close
|
||||
Reference in New Issue
Block a user