From cb8670cd5586d6fd951fd9461e8c6569ca2e232b Mon Sep 17 00:00:00 2001 From: Nathaniel Deml Date: Wed, 6 Dec 2023 09:44:35 -0500 Subject: [PATCH] file removal. See TODO --- webenabled/mcsweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webenabled/mcsweb.py b/webenabled/mcsweb.py index a09bbf58..b6daf9ec 100644 --- a/webenabled/mcsweb.py +++ b/webenabled/mcsweb.py @@ -223,7 +223,7 @@ def exit_unity(): f"Deleting static/mcsinterface/ folders") os.system("find ./static/mcsinterface -name 'cmd_*' | xargs rm -r") os.system("find ./static/mcsinterface -name 'output_*' | xargs rm -r") - # os.system("find ./static/mcsinterface -name 'img_*' | xargs rm -r") + # TODO: os.system("find ./static/mcsinterface -name 'img_*' | xargs rm -r") return resp