View | Details | Raw Unified | Return to bug 4670
Collapse All | Expand All

(-)cplay (+1 lines)
Lines 1349-1354 Link Here
1349
1349
1350
    def handle_command(self):
1350
    def handle_command(self):
1351
        command = string.strip(self.fd.readline())
1351
        command = string.strip(self.fd.readline())
1352
        time.sleep(0.02)
1352
        if command in self.commands.keys():
1353
        if command in self.commands.keys():
1353
            self.commands[command]()
1354
            self.commands[command]()
1354
1355

Return to bug 4670