mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
small fix
This commit is contained in:
4
ts3.py
4
ts3.py
@@ -37,8 +37,8 @@ class ConnectionError():
|
|||||||
def __str__():
|
def __str__():
|
||||||
return 'Error connecting to host %s port %s' % (self.ip, self.port)
|
return 'Error connecting to host %s port %s' % (self.ip, self.port)
|
||||||
|
|
||||||
ts3_escape = { '/': r"\/",
|
ts3_escape = { "\\", r'\\',
|
||||||
"\\", r'\\',
|
'/': r"\/",
|
||||||
' ': r'\s',
|
' ': r'\s',
|
||||||
'|': r'\p',
|
'|': r'\p',
|
||||||
"\a": r'\a',
|
"\a": r'\a',
|
||||||
|
|||||||
Reference in New Issue
Block a user