Give the browser more time to open the About page

This commit is contained in:
Samuel Sloniker 2024-07-28 17:09:08 -07:00
parent ae23867d01
commit 84d05ac06e

View File

@ -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)