From c85e4a36c8484b99900142c8a031a779cfee1169 Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 4 Jan 2025 21:41:14 -0800 Subject: [PATCH] a --- kindirc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kindirc.py b/kindirc.py index 1340f41..61f9a10 100644 --- a/kindirc.py +++ b/kindirc.py @@ -1,4 +1,4 @@ import tkinter as tk root = tk.Tk() -window.geometry("1072x1448") -root.mainloop() \ No newline at end of file +root.geometry("1072x1448") +root.mainloop()