aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fuzzycat/cluster.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py
index 6c68bfc..d97ffc0 100644
--- a/fuzzycat/cluster.py
+++ b/fuzzycat/cluster.py
@@ -42,6 +42,7 @@ import operator
import orjson as json
import fuzzy
+# Move this into .env, with dotenv or dynaconf.
DEFAULT_CACHE_DIR = os.path.join(os.path.expanduser("~"), ".cache", "fuzzycat")