This commit is contained in:
NoDRM 2022-09-10 11:44:55 +02:00
parent 2d4c5d2c4b
commit eb45c71fd9
2 changed files with 3 additions and 1 deletions

View File

@ -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__))

View File

@ -1086,6 +1086,8 @@ class PDFXRef(object):
return (None, pos)
## PDFXRefStream
##
class PDFXRefStream(object):
def __init__(self):