set source dir to real manifest file

This commit is contained in:
Daniel 2024-09-28 21:18:55 -05:00
parent 2fab061719
commit 8a355a6c5f
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.idea
.idea
__pycache__

View File

@ -1,7 +1,7 @@
import lib
# import paperless database export
raw_manifest = open("/mnt/user/media/paperless/export/manifest.json")
raw_manifest = open("/mnt/user/media/paperless/media/backup/manifest.json")
manifest = lib.json.load(raw_manifest)
# export directory for created md files