Give the browser more time to open the About page
This commit is contained in:
parent
ae23867d01
commit
84d05ac06e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user