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