missing www
This commit is contained in:
parent
5f7c61f616
commit
cfc7c70d16
131 changed files with 11126 additions and 661 deletions
|
|
@ -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
0
ethertools/watchLJ.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue