Fixed small typo
This commit is contained in:
parent
b7d19123fe
commit
e9c8131e9d
@ -79,7 +79,7 @@ def main():
|
||||
img = Image.open(image_path)
|
||||
img.thumbnail((400, 400)) # Resize for display
|
||||
photo = ImageTk.PhotoImage(img)
|
||||
img_label = tk.Label(root, image=photo, bg=background_color, x)
|
||||
img_label = tk.Label(root, image=photo, bg=background_color)
|
||||
|
||||
#Start/end timestamp fields
|
||||
timestamp=Frame(root)
|
||||
|
Loading…
Reference in New Issue
Block a user