From ba63d13d2176748f38b51436a94676eddb7605b7 Mon Sep 17 00:00:00 2001 From: inerttila Date: Mon, 15 Apr 2024 12:55:24 +0200 Subject: [PATCH] rmv path --- excel.pyw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/excel.pyw b/excel.pyw index 73e3dbe..4feae98 100644 --- a/excel.pyw +++ b/excel.pyw @@ -114,7 +114,7 @@ def select_date(): # Set the icon for the pop-up window icon = tk.PhotoImage( - file="C:\\Users\\User\\Desktop\\Excel-Data-App\\Media\\otr.png") + file="Media\\otr.png") top.iconphoto(False, icon) style = ttk.Style(top) @@ -438,7 +438,7 @@ window = Tk() window.title("Timesheet Application") window.configure(background="#000000") icon = tk.PhotoImage( - file="C:\\Users\\User\\Desktop\\Excel-Data-App\\Media\\otr.png") + file="Media\\otr.png") window.iconphoto(False, icon) # Set the dimensions and position of the window