missing www

This commit is contained in:
Sam 2023-06-03 14:43:53 +02:00
parent 5f7c61f616
commit cfc7c70d16
131 changed files with 11126 additions and 661 deletions

View file

@ -129,6 +129,7 @@ class DAC(object):
def __init__(self, host, port = 7765):
"""Connect to the DAC over TCP."""
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
print(host,port)
conn.connect((host, port))
conn.settimeout(1)
self.conn = conn

0
ethertools/watchLJ.py Normal file → Executable file
View file