Rewrite incoming
This commit is contained in:
parent
6bab8cf8f8
commit
725ad76159
1 changed files with 0 additions and 5 deletions
|
@ -5,8 +5,3 @@ class fl0wAPI:
|
||||||
def __init__(self, address, client_type):
|
def __init__(self, address, client_type):
|
||||||
self.sock = socket.create_connection(address)
|
self.sock = socket.create_connection(address)
|
||||||
|
|
||||||
self.authed = True
|
|
||||||
|
|
||||||
def auth(self, user, password):
|
|
||||||
self.sock.send({"auth" : {"user" : user, "pw" : password}})
|
|
||||||
if self.sock.recv()
|
|
Reference in a new issue