Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/gui_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import traceback
from tkinter import filedialog

import cript
import eel

from python.excel_uploader_main import ExcelUploader
Expand Down Expand Up @@ -57,7 +56,7 @@ def get_excel_file_path(self):
# tell JS that tkinter dialog box has been opened
eel.setIsDialogBoxOpen(True)

root = tkinter.Tk()
root = Tk()

# remove the tkinter window, so we can just see the dialog box
root.withdraw()
Expand Down