From e662d365420a9e53234d4e23e88740ea2a96e29b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 29 Jul 2022 08:32:39 +0100 Subject: [PATCH] Fix path issue --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 4e16522..99b9dcc 100644 --- a/main.py +++ b/main.py @@ -10,9 +10,9 @@ from os import getenv # List of errors ZNC can give us ZNCErrors = ["Error:", "Unable to load", "does not exist", "doesn't exist"] -configPath = getenv("THRESHOLD_CONFIG_DIR", "conf/live/") -templateConfigPath = getenv("THRESHOLD_TEMPLATE_DIR", "conf/templates/") -certPath = getenv("THRESHOLD_CERT_DIR", "conf/cert/") +configPath = "conf/live/" +templateConfigPath = "conf/templates/" +certPath = "conf/cert/" filemap = { # JSON configs