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)