@@ -3,7 +3,7 @@ import os
from datetime import date, timedelta
import calendar
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"))
BILLS_FILE = os.path.join(DATA_DIR, "bills.json")
The note is not visible to the blocked user.