This commit is contained in:
piair 2022-02-18 12:49:46 +01:00
parent 65b5c9902b
commit 2d351bb766

2
V4.py
View File

@ -648,8 +648,6 @@ def LogPoint(account="unknown"): #log des points sur discord
point = search(regex1, driver.page_source)[1].replace(',', '')
except Exception as e :
print(f"LogPoint - 1 - {e}")
elem = driver.find_element(By.CSS_SELECTOR, '[title="Microsoft Rewards"]')
elem.click()
CustomSleep(5)