From 7e4eea1d7615c4de30a2c80f4d83a99c47cba9b9 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 20 Dec 2020 10:26:20 -0500 Subject: [PATCH] Cleanup obsolete code from first webUI iteration --- fHDHR_web/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fHDHR_web/__init__.py b/fHDHR_web/__init__.py index 565ca74..65eda08 100644 --- a/fHDHR_web/__init__.py +++ b/fHDHR_web/__init__.py @@ -83,7 +83,7 @@ class fHDHR_HTTP_Server(): methods=endpoint_methods) def isapath(self, item): - not_a_page_list = ["fhdhr", "htmlerror", "page_elements"] + not_a_page_list = ["fhdhr"] if item in not_a_page_list: return False elif item.startswith("__") and item.endswith("__"):