mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 11:59:27 +00:00
removing this useless method
This commit is contained in:
3
ts3.py
3
ts3.py
@@ -64,9 +64,6 @@ class TS3Response():
|
|||||||
# if the response is a list, it has to be successful
|
# if the response is a list, it has to be successful
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def response(self):
|
|
||||||
return self.response
|
|
||||||
|
|
||||||
class TS3Proto():
|
class TS3Proto():
|
||||||
def connect(self, ip, port, timeout=5):
|
def connect(self, ip, port, timeout=5):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user