mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 11:59:27 +00:00
Call init for the Proto
This commit is contained in:
@@ -41,6 +41,7 @@ class TS3Server(TS3Proto):
|
||||
@type port: int
|
||||
|
||||
"""
|
||||
TS3Proto.__init__(self)
|
||||
self._logger = logging.getLogger(__name__)
|
||||
if ip and port:
|
||||
if self.connect(ip, port) and id > 0:
|
||||
|
||||
Reference in New Issue
Block a user