]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/config.py
Fix typo
[lightcards.git] / lightcards / config.py
index 04cfdf99627f108ccc12fafb0d0506d3c194d919..ad96a370789ea943c108a9bed91ad1645cd55fc1 100644 (file)
@@ -17,7 +17,7 @@ def read_file(file):
     config = {}
     file = str(file)
     files = []
-    local_xdg = f"{os.path.expanduser('~')}/{os.environ.get('XDG_CACHE_HOME')}/lightcards/config.py"
+    local_xdg = f"{os.path.expanduser('~')}/{os.environ.get('XDG_CONFIG_HOME')}/lightcards/config.py"
     local = f"{os.path.expanduser('~')}/.config/lightcards/config.py"
     world = "/etc/lightcards/config.py"