From d7f80133c8529d6bb0164316bb60556425ec31ab Mon Sep 17 00:00:00 2001 From: Laryn Qi Date: Thu, 2 Feb 2023 12:47:58 -0800 Subject: [PATCH] add 'Function' as special input (#474) --- client/protocols/unlock.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/protocols/unlock.py b/client/protocols/unlock.py index b2790aa9..716d6092 100644 --- a/client/protocols/unlock.py +++ b/client/protocols/unlock.py @@ -35,6 +35,7 @@ class UnlockProtocol(models.Protocol): 'Error', 'Infinite Loop', 'Nothing', + 'Function' ) def __init__(self, cmd_args, assignment):