From e49b13d937ce172e27ee86fdcbec25d33ad12a16 Mon Sep 17 00:00:00 2001 From: Wolfmyths <118236986+Wolfmyths@users.noreply.github.com> Date: Sat, 19 Aug 2023 17:56:35 -0400 Subject: [PATCH] Update uninstall.py --- src/uninstall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uninstall.py b/src/uninstall.py index 8434285..3013fc5 100644 --- a/src/uninstall.py +++ b/src/uninstall.py @@ -77,4 +77,5 @@ sys.exit() print("Uninstalled!\nPress 'Enter' or close this window.") +time.sleep(4) input()