name some things a bit clearer: open -> unlock, close -> lock
[saartuer.git] / tysock.py
index 3951d1f12b8a9adb8b59b0155dc270c6f1f5573e..3a0cc3a183adbf4cea6ce14c6898d63e0667292b 100644 (file)
--- a/tysock.py
+++ b/tysock.py
@@ -26,7 +26,7 @@ def forcerm(name):
 class TySocket():
        CMDs = {
                b'buzz': StateMachine.CMD_BUZZ,
-               b'open': StateMachine.CMD_OPEN,
+               b'unlock': StateMachine.CMD_UNLOCK,
        }
        
        def __init__(self, sm):