oui
This commit is contained in:
parent
65b5c9902b
commit
2d351bb766
2
V4.py
2
V4.py
|
@ -648,8 +648,6 @@ def LogPoint(account="unknown"): #log des points sur discord
|
||||||
point = search(regex1, driver.page_source)[1].replace(',', '')
|
point = search(regex1, driver.page_source)[1].replace(',', '')
|
||||||
|
|
||||||
except Exception as e :
|
except Exception as e :
|
||||||
print(f"LogPoint - 1 - {e}")
|
|
||||||
|
|
||||||
elem = driver.find_element(By.CSS_SELECTOR, '[title="Microsoft Rewards"]')
|
elem = driver.find_element(By.CSS_SELECTOR, '[title="Microsoft Rewards"]')
|
||||||
elem.click()
|
elem.click()
|
||||||
CustomSleep(5)
|
CustomSleep(5)
|
||||||
|
|
Loading…
Reference in New Issue