fix: update app version resolver in flowsettings (#180) (bump:patch)
This commit is contained in:
committed by
GitHub
parent
4d5f9ba39c
commit
35b2927e5c
@@ -3,4 +3,6 @@ from pathlib import Path
|
||||
from decouple import config
|
||||
|
||||
PDFJS_VERSION_DIST: str = config("PDFJS_VERSION_DIST", "pdfjs-4.0.379-dist")
|
||||
PDFJS_PREBUILT_DIR: Path = Path(__file__).parent / "prebuilt" / PDFJS_VERSION_DIST
|
||||
PDFJS_PREBUILT_DIR: Path = config(
|
||||
"PDFJS_PREBUILT_DIR", Path(__file__).parent / "prebuilt" / PDFJS_VERSION_DIST
|
||||
)
|
||||
|
Reference in New Issue
Block a user