From 84d05ac06e1c8ac6f9100edf97aa636ee83a1bed Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Sun, 28 Jul 2024 17:09:08 -0700 Subject: [PATCH] Give the browser more time to open the About page --- navpoint/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navpoint/about.py b/navpoint/about.py index 3a43895..1b8a39d 100644 --- a/navpoint/about.py +++ b/navpoint/about.py @@ -47,5 +47,5 @@ def about(): ) webbrowser.open(name) - time.sleep(0.5) # Give the browser time to open the file + time.sleep(5) # Give the browser time to open the file os.remove(name)