diff --git a/arduino_timetable/gui.py b/arduino_timetable/gui.py index 8af8f34..df901c2 100644 --- a/arduino_timetable/gui.py +++ b/arduino_timetable/gui.py @@ -275,7 +275,7 @@ class Application(tk.Frame): ''' selecting a new excel file with scheduled_commands ''' # open the file selection dialog opts = { - 'initialdir': '~/', + 'initialdir': '~/Desktop', 'filetypes': [('Excel Files', '.xlsx')], 'multiple': False} excel_file = tk.filedialog.askopenfilename(**opts)