From e732a3457de2f5a91a3c4ccb7df612bad15f51c7 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Wed, 2 Aug 2023 20:47:28 +0200 Subject: [PATCH] changed path to a standard config path --- dyn_gandi/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyn_gandi/main.py b/dyn_gandi/main.py index b8e90f3..3c34dc8 100644 --- a/dyn_gandi/main.py +++ b/dyn_gandi/main.py @@ -1,7 +1,7 @@ import requests, json, re, os from datetime import datetime -def loadSettings(path = f"{os.path.expanduser('~')}/config.json") -> dict: +def loadSettings(path = f"{os.path.expanduser('~')}/.config/dyn-gandi/config.json") -> dict: # TODO: check integrity try: with open(path, 'r') as file: