Skip to content

Commit

Permalink
change file
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed Jul 10, 2024
1 parent 842e38a commit 1ee499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/privatim/cli/add_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def add_content_mili(db: 'Session') -> None:

def get_file() -> SearchableFile:
here = Path(__file__).parent
pdfname = 'privatim_Vernehmlassung_VEMZ.pdf'
pdfname = '20201223_privatim_Vernehmlassung Änderung MG.pdf'
pdf = here / 'sample-pdf-for-initialize-db' / pdfname
return SearchableFile(pdfname, pdf.read_bytes())

Expand Down

0 comments on commit 1ee499e

Please sign in to comment.