Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba824f5

Browse filesBrowse files
authored
Update script.py
1 parent a9316c1 commit ba824f5
Copy full SHA for ba824f5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎Image_Viewing_GUI/script.py‎

Copy file name to clipboardExpand all lines: Image_Viewing_GUI/script.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def next():
1818
global itemslist
1919
n=(n+1)%len(itemslist)
2020
img1 = itemslist[n]
21-
print(img1)
21+
2222
image = Image.open(path+"/"+img1)
2323
copy_image=image.copy()
2424
photo=ImageTk.PhotoImage(image)
@@ -32,7 +32,7 @@ def previous():
3232
global itemslist
3333
n=(n-1)%len(itemslist)
3434
img1 = itemslist[n]
35-
print(img1)
35+
3636
image = Image.open(path+"/"+img1)
3737
copy_image=image.copy()
3838
photo=ImageTk.PhotoImage(image)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.