mirror of
https://github.com/Viren070/AIOStremio.git
synced 2025-12-01 23:24:19 +01:00
Update config.py
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user