Fix TS3 service issues experienced in Live

This commit is contained in:
2010-10-18 12:21:30 +01:00
parent 6b92280636
commit 2d2e90606d
2 changed files with 29 additions and 12 deletions

View File

@@ -60,7 +60,6 @@ class TS3Proto():
def send_command(self, command, keys=None, opts=None):
cmd = self.construct_command(command, keys=keys, opts=opts)
print cmd
self.send('%s\n' % cmd)
data = []