easier to copy on discord
This commit is contained in:
parent
5d4dd859bd
commit
1be75f1987
3
V4.py
3
V4.py
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user