fix CLOSE_WINDOW_AFTER
Signed-off-by: Kim Oliver Drechsel <kim@drechsel.xyz>
This commit is contained in:
parent
7c6ebc8d51
commit
eebc0e3118
@ -30,5 +30,5 @@ for _ in range(NUMBER_OF_LINKS_TO_GENERATE):
|
||||
if URL_AUTO_OPEN is True:
|
||||
webbrowser.open(URL)
|
||||
|
||||
if CLOSE_WINDOW_AFTER:
|
||||
if not CLOSE_WINDOW_AFTER:
|
||||
input('\nPress Enter to Exit...')
|
||||
|
Loading…
Reference in New Issue
Block a user