From 6a03b11e4b090d417a4b09ac9ef476ff61f41af3 Mon Sep 17 00:00:00 2001 From: Dragon00007 <60709793+Dragon00007@users.noreply.github.com> Date: Wed, 20 Jan 2021 11:45:59 +0530 Subject: [PATCH] Update DecryptPDF.py --- DecryptPDF.py | 1 - 1 file changed, 1 deletion(-) diff --git a/DecryptPDF.py b/DecryptPDF.py index 8c8d43d..4dcd978 100644 --- a/DecryptPDF.py +++ b/DecryptPDF.py @@ -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')