This commit is contained in:
piair 2023-06-22 22:27:41 +02:00
parent d96ec5891f
commit 51edb0c0fd
1 changed files with 1 additions and 1 deletions

2
V6.py
View File

@ -279,7 +279,7 @@ def all_cards():
try:
try_play(driver.title) # go back to the main page
try :
close_tab(driver.window_handles[1], driver.window_handles[1])
close_tab(driver.window_handles[1])
except:
pass
except :