mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2024-11-17 07:47:28 +01:00
Undefined name: errlog = ''
This commit is contained in:
parent
4e26b9d4e7
commit
0955713cd6
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ def decryptpdb(infile, outdir, rscpath):
|
||||||
|
|
||||||
|
|
||||||
def decryptk4mobi(infile, outdir, rscpath):
|
def decryptk4mobi(infile, outdir, rscpath):
|
||||||
|
errlog = ''
|
||||||
rv = 1
|
rv = 1
|
||||||
pidnums = []
|
pidnums = []
|
||||||
pidspath = os.path.join(rscpath,'pidlist.txt')
|
pidspath = os.path.join(rscpath,'pidlist.txt')
|
||||||
|
|
Loading…
Reference in a new issue