We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119647f commit 90b14f8Copy full SHA for 90b14f8
GUI.py
@@ -2,7 +2,7 @@
2
from datetime import datetime
3
import tkinter as tk
4
from tkinter import messagebox
5
-from tkinter import simpledialog
+from tkinter import simpledialog, filedialog
6
7
def open_config_file():
8
file_path = tk.filedialog.askopenfilename(filetypes=[("JSON files", "*.json")])
0 commit comments