Bug fixing fehlende oder Fehlerhafte Module korrigiert

This commit is contained in:
Nirodan
2025-06-17 14:18:14 +02:00
parent 4c6872a866
commit e680776bc4
8 changed files with 62 additions and 7 deletions
+3
View File
@@ -6,6 +6,9 @@ from util.logger import logger
CONFIG_PATH = "./config/db_config.json"
def is_configured():
return os.path.exists(CONFIG_PATH)
def load_config():
try:
with open(CONFIG_PATH, "r") as f: