Call init for the Proto

This commit is contained in:
2014-03-28 22:38:57 +00:00
parent d3e8ce6d2b
commit 68845770ef

View File

@@ -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: