Skip to content

Commit 9d5ae4b

Browse files
committed
Testing releases
1 parent cb58756 commit 9d5ae4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vicutils/pdf/pdf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,5 +1640,4 @@ def launchGui():
16401640
"""
16411641
root = tk.Tk()
16421642
app = PdfCompactorApp(root)
1643-
root.mainloop()
1644-
1643+
root.mainloop()

0 commit comments

Comments
 (0)