diff --git a/ts3.py b/ts3.py index 494fb65..7ff988e 100644 --- a/ts3.py +++ b/ts3.py @@ -63,9 +63,6 @@ class TS3Response(): # if the response is a list, it has to be successful return True - - def response(self): - return self.response class TS3Proto(): def connect(self, ip, port, timeout=5):