Skip to content

Commit

Permalink
Bugfixes from testrun
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzieIsaacs committed Jan 23, 2023
1 parent 1899cda commit 36cb454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
use_generic_pdf_cover = True

try:
from PyPDF import PdfReader
from pypdf import PdfReader
use_pdf_meta = True
except ImportError as ex:
log.debug('PyPDF is recommended for best performance in metadata extracting from pdf files: %s', ex)
Expand Down

0 comments on commit 36cb454

Please sign in to comment.