Skip to content

Commit

Permalink
Update DecryptPDF.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon00007 authored Jan 20, 2021
1 parent beadc02 commit 6a03b11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DecryptPDF.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

pdf = '.pdf'
if filename.endswith(pdf):

global destDir
NewFile = filename.replace(pdf, ' [Unlocked].pdf')
Password = input('\n Please input the password. In case of open password protected PDF files, press Enter\n')
Expand Down

0 comments on commit 6a03b11

Please sign in to comment.