--- cplay 2004-05-11 11:09:01 +0300 +++ cplay-new 2004-05-31 17:18:14 +0300 @@ -1349,6 +1349,7 @@ def handle_command(self): command = string.strip(self.fd.readline()) + time.sleep(0.02) if command in self.commands.keys(): self.commands[command]()