]> xmof Git - DeDRM.git/commitdiff
Cleanup
authorNoDRM <no_drm123@protonmail.com>
Sat, 10 Sep 2022 09:44:55 +0000 (11:44 +0200)
committerNoDRM <no_drm123@protonmail.com>
Sat, 10 Sep 2022 09:44:55 +0000 (11:44 +0200)
DeDRM_plugin/androidkindlekey.py
DeDRM_plugin/ineptpdf.py

index b8b1a31664d73481a8d9cdaf3f6668a9e6fe6303..74208e06ff68914d4cc33bd4fb9bf9f8ed6772f5 100755 (executable)
@@ -396,7 +396,7 @@ def gui_main():
                 return
             self.status['text'] = "Select backup.ab file"
 
-    argv=unicode_argv()
+    argv=sys.argv()
     progpath, progname = os.path.split(argv[0])
     root = tkinter.Tk()
     root.title("Kindle for Android Key Extraction v.{0}".format(__version__))
index 621416cd145026adb4dbfd0040d65cad8222aedd..7fb997893f1b7e6ecaef432e611f4a449524c05b 100755 (executable)
@@ -1086,6 +1086,8 @@ class PDFXRef(object):
         return (None, pos)
 
 
+##  PDFXRefStream
+##
 class PDFXRefStream(object):
 
     def __init__(self):