From b14bfbab999c084c429e8e4e710b52adf0891e03 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Wed, 29 May 2024 02:16:36 +0300 Subject: [PATCH] WIP --- config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 4755384..7e945b8 100644 --- a/config.py +++ b/config.py @@ -1,3 +1,4 @@ from pathlib import Path +import os -BASE = Path('cache') +BASE = Path(os.getenv('BASE', 'cache'))