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