mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Logging
I think the issue may be with escaping the whitespace in group names. If this is the case, I'll have to tweak the code in ts3.py
This commit is contained in:
parent
2eb0bd5221
commit
621de341a8
@ -61,6 +61,8 @@ class TS3Proto():
|
||||
cmd = self.construct_command(command, keys=keys, opts=opts)
|
||||
self.send('%s\n' % cmd)
|
||||
|
||||
print("Command to be sent: {0}").format(cmd)
|
||||
|
||||
data = []
|
||||
|
||||
while True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user