some space

This commit is contained in:
piair 2022-10-11 21:30:17 +02:00
parent 6290fde32e
commit 9f5e722a9c
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -172,7 +172,7 @@ def claim_amazon():
sleep(5) sleep(5)
fcode = driver.find_element(By.XPATH, "//div[@data-test-id='rewardCredentialValue-cardNumber']").get_attribute("innerHTML") fcode = driver.find_element(By.XPATH, "//div[@data-test-id='rewardCredentialValue-cardNumber']").get_attribute("innerHTML")
amazon = search("> ([^ ]+) <", fcode)[1] amazon = search("> ([^ ]+) <", fcode)[1]
webhookSuccess.send(_mail + amazon) webhookSuccess.send(_mail +" - "+ amazon)
else : else :
LogError("la recuperation ne peux pas être automatique") LogError("la recuperation ne peux pas être automatique")
except Exception as e : except Exception as e :