We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8222abb commit 4cd5bd9Copy full SHA for 4cd5bd9
NewsHub_Python/Newshub.py
@@ -42,7 +42,7 @@ def save():
42
43
# Display image
44
try:
45
- img = Image.open("D:\\Downloads\\img.png")
+ img = Image.open("img.png")
46
photo_img = ImageTk.PhotoImage(img)
47
my_img = Tk.Label(window, image=photo_img, justify="right")
48
my_img.place(x=850, y=0)
0 commit comments