From 9c168bf48323d676de3f97473c04434c339357ae Mon Sep 17 00:00:00 2001 From: anqude <79022830+anqude@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:03:41 +0400 Subject: [PATCH] Update PassgenGUI.py --- PassgenGUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PassgenGUI.py b/PassgenGUI.py index 577c94b..b0c268d 100644 --- a/PassgenGUI.py +++ b/PassgenGUI.py @@ -16,7 +16,7 @@ window.geometry("350x180") window.title("Passgen by anqude") scriptdir=os.path.abspath(__file__) -os.chdir(scriptdir.removesuffix('/PassgenerGUI.py')) +os.chdir(scriptdir.removesuffix('/PassgenGUI.py')) window.tk.call('wm', 'iconphoto', window._w, PhotoImage(file='./ui/icon.png'))