@@ -20,7 +20,7 @@ from crypto import encrypt_text, decrypt_text
log = logging.getLogger("caic")
BASE_DIR = Path(__file__).parent
DB_PATH = BASE_DIR / "caic.db"
DB_PATH = Path(os.environ.get("CAIC_DB_PATH", str(BASE_DIR / "caic.db")))
def get_db():
The note is not visible to the blocked user.