Update config.py

This commit is contained in:
Viren070
2025-02-18 23:34:45 +00:00
committed by GitHub
parent ec541164e2
commit 75b95a0e9a
+1 -1
View File
@@ -15,7 +15,7 @@ class Config:
def _load_config(self):
config_path = os.path.join(
os.path.dirname(os.path.dirname(__file__)), "config.json"
os.path.dirname(os.path.dirname(__file__)), "data", "config.json"
)
try:
with open(config_path, "r") as f: