created Version 1.0
This commit is contained in:
parent
752208fe7e
commit
427f21e41d
6
Main.py
6
Main.py
|
@ -119,7 +119,10 @@ def command():
|
|||
stopThread = True
|
||||
outputtext = outputtext + "Application will stop" + "\n"
|
||||
text1.config(text=outputtext)
|
||||
thread_search_adresses.join()
|
||||
try:
|
||||
thread_search_adresses.join()
|
||||
except:
|
||||
pass
|
||||
root.quit()
|
||||
driver.quit()
|
||||
elif(step == 0):
|
||||
|
@ -166,6 +169,7 @@ def command():
|
|||
exit = True
|
||||
|
||||
def command_exit():
|
||||
global exit
|
||||
exit = True
|
||||
command()
|
||||
|
||||
|
|
Loading…
Reference in New Issue