From 32030b20cabf86d5f3cd03c345fb1a97d4c7a0f2 Mon Sep 17 00:00:00 2001 From: cynic Date: Mon, 17 Oct 2022 09:47:07 -0400 Subject: [PATCH] tidy up some stuff i forgot in the last commit --- lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.py b/lib.py index fdf46fe..77bb835 100644 --- a/lib.py +++ b/lib.py @@ -124,6 +124,6 @@ def execute(program): # _execute(strand) except Exception as e: print("failed in", strand, "with", e) - _execute(strand, idspace, funcspace) + _execute(strand, idspace) #input()