diff --git a/Shared/Abstraction.py b/Shared/Abstraction.py index 110e10e..c106dc9 100644 --- a/Shared/Abstraction.py +++ b/Shared/Abstraction.py @@ -5,8 +5,3 @@ class fl0wAPI: def __init__(self, address, client_type): 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() \ No newline at end of file