From c4bd0664430469f0b0f9d02649ab94b16c2135bc Mon Sep 17 00:00:00 2001 From: WingedSeal Date: Tue, 1 Nov 2022 14:43:19 +0700 Subject: [PATCH] Fix Hardcode.repeat --- src/jmc/command/builtin_function/execute_excluded.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jmc/command/builtin_function/execute_excluded.py b/src/jmc/command/builtin_function/execute_excluded.py index 2b7edd98..ba69fe36 100644 --- a/src/jmc/command/builtin_function/execute_excluded.py +++ b/src/jmc/command/builtin_function/execute_excluded.py @@ -62,7 +62,6 @@ def _hardcode_process(string: str, index_string: str, "function" }, defaults={ - "start": "0", "step": "1" } )