This commit is contained in:
norohind 2024-05-29 02:16:36 +03:00
parent 18b05f1878
commit b14bfbab99
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -1,3 +1,4 @@
from pathlib import Path
import os
BASE = Path('cache')
BASE = Path(os.getenv('BASE', 'cache'))