Update __init__.py

This commit is contained in:
shamoon
2026-03-17 11:43:22 -07:00
parent b2bbc2c0ac
commit 8cff99bef3
+1 -1
View File
@@ -98,7 +98,7 @@ CONSUMPTION_DIR = get_path_from_env(
BASE_DIR.parent / "consume",
)
CONSUMPTION_FAILED_DIR = __get_path(
CONSUMPTION_FAILED_DIR = get_path_from_env(
"PAPERLESS_CONSUMPTION_FAILED_DIR",
CONSUMPTION_DIR / "failed",
)