Skip to content

Commit

Permalink
PDFminer Version set - bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darryllane committed Oct 17, 2019
1 parent e236688 commit 0055524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bluto/modules/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def action_pwned(emails):
time.sleep(3)
link = 'https://haveibeenpwned.com/api/v3/breachedaccount/{}?truncateResponse=false'.format(email)
try:
headers = {"User-Agent" : "BlutoDNS v2.4.15",
headers = {"User-Agent" : "BlutoDNS v2.4.16",
'hibp-api-key': 'db192f959742455f98106687df692c68'}

response = requests.get(link, headers=headers, verify=False)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pythonwhois",
"lxml",
"oletools",
"pdfminer"
"pdfminer==20140328"
],
)

0 comments on commit 0055524

Please sign in to comment.