use double quotes

This commit is contained in:
Henning Häcker 2022-03-23 02:11:54 +01:00 committed by Johann Bauer
parent 79e0de8fb3
commit d2d09c2fc7

View File

@ -490,7 +490,7 @@ OCR_ROTATE_PAGES_THRESHOLD = float(
)
OCR_MAX_IMAGE_PIXELS = os.environ.get(
'PAPERLESS_OCR_MAX_IMAGE_PIXELS', 256000000
"PAPERLESS_OCR_MAX_IMAGE_PIXELS", 256000000
)
OCR_USER_ARGS = os.getenv("PAPERLESS_OCR_USER_ARGS", "{}")