Skip to content

Commit

Permalink
Update PDFviewer v1.2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
appledino3604 authored May 15, 2023
1 parent dbc0619 commit 94f1d50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PDFviewer v1.2.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
window=Tk()
window.title("PDF viewer")
window.geometry("941x516")
# window.iconbitmap(r"C:\Users\Atharva\Downloads\PDFlogo.ico")
window.iconbitmap("icon.ico)

defaultzoom=72

Expand Down Expand Up @@ -43,8 +43,6 @@

stats = [0,0,0]
inputfile_state=[False]
# replace with sys.argv
# sys.argv=["",r"C:\Users\Atharva\Documents\demon_slayer.pdf"]
if len(sys.argv)==2:

if sys.argv[1].endswith(".pdf"):
Expand Down

0 comments on commit 94f1d50

Please sign in to comment.