diff --git a/autogpts/autogpt/autogpt/commands/execute_code.py b/autogpts/autogpt/autogpt/commands/execute_code.py index f9d55885c4e7..039edfff1d1e 100644 --- a/autogpts/autogpt/autogpt/commands/execute_code.py +++ b/autogpts/autogpt/autogpt/commands/execute_code.py @@ -31,6 +31,9 @@ ALLOWLIST_CONTROL = "allowlist" DENYLIST_CONTROL = "denylist" +ALLOWLIST_CONTROL = "allowlist" +DENYLIST_CONTROL = "denylist" + @command( "execute_python_code",