easier to copy on discord

This commit is contained in:
piair 2022-11-14 22:21:35 +01:00
parent 5d4dd859bd
commit 1be75f1987
1 changed files with 2 additions and 1 deletions

3
V4.py
View File

@ -71,7 +71,8 @@ def claim_amazon():
#amazon = search("> ([^ ]+) <", fcode)[1]
fcode = driver.find_element(By.XPATH, "/html/body/div[1]/div[1]/main/div/div/div/div/div[1]/div/div[1]/div[2]/div[2]/div/div/div/div/div/div[2]/span").get_attribute("innerHTML")
if fcode :
webhookFailure.send(_mail +" - "+ fcode)
webhookFailure.send(_mail)
webhookFailure.send(fcode)
return(1)
else :
LogError("impossible de localiser le code ", driver, _mail)