@@ -1,7 +1,7 @@
import json
import os
DATA_DIR = os.path.join(os.path.dirname(__file__), "data")
DATA_DIR = os.environ.get("DATA_DIR", os.path.join(os.path.dirname(__file__), "data"))
ASSETS_FILE = os.path.join(DATA_DIR, "assets.json")
DEFAULT_CARS = [
The note is not visible to the blocked user.