Skip to content

Commit 4cd5bd9

Browse files
Changed Image path
1 parent 8222abb commit 4cd5bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NewsHub_Python/Newshub.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def save():
4242

4343
# Display image
4444
try:
45-
img = Image.open("D:\\Downloads\\img.png")
45+
img = Image.open("img.png")
4646
photo_img = ImageTk.PhotoImage(img)
4747
my_img = Tk.Label(window, image=photo_img, justify="right")
4848
my_img.place(x=850, y=0)

0 commit comments

Comments
 (0)