remove config options for now

This commit is contained in:
Michael Poluektov
2024-08-19 16:50:52 +01:00
parent 9d7037b730
commit 556bc8669a
3 changed files with 8 additions and 26 deletions

View File

@@ -174,13 +174,6 @@ for version in soup.find_all("h2"):
CHANGELOG = changelog_json
####################################
# FILTERS
####################################
ENABLE_TOOLS_FILTER = os.environ.get("ENABLE_TOOLS_FILTER", "True").lower() == "true"
ENABLE_FILES_FILTER = os.environ.get("ENABLE_FILES_FILTER", "True").lower() == "true"
####################################
# SAFE_MODE
####################################