Bug fixing fehlende oder Fehlerhafte Module korrigiert
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user