close connection properly
This commit is contained in:
parent
73d4101325
commit
e07d2ef4ea
@ -165,6 +165,7 @@ def check_item(settings_item):
|
||||
except Exception as e:
|
||||
print(f"An error occurred: {e}")
|
||||
print("item not found")
|
||||
driver.quit()
|
||||
return {}
|
||||
|
||||
# discount percentage
|
||||
|
Loading…
x
Reference in New Issue
Block a user