comming soon ®
This commit is contained in:
parent
776da465aa
commit
b562930583
4
V4.py
4
V4.py
@ -573,7 +573,7 @@ def login():
|
|||||||
driver.find_element(By.CSS_SELECTOR, f'[title="Rejoindre"]').click() # depend of the language of the page
|
driver.find_element(By.CSS_SELECTOR, f'[title="Rejoindre"]').click() # depend of the language of the page
|
||||||
except:
|
except:
|
||||||
driver.find_element(By.CSS_SELECTOR, f'[title="Join now"]').click() # depend of the language of the page
|
driver.find_element(By.CSS_SELECTOR, f'[title="Join now"]').click() # depend of the language of the page
|
||||||
|
|
||||||
|
|
||||||
CustomSleep(10)
|
CustomSleep(10)
|
||||||
mail = driver.find_element(By.ID, "i0116")
|
mail = driver.find_element(By.ID, "i0116")
|
||||||
@ -619,7 +619,7 @@ def login():
|
|||||||
for i in range(3) :
|
for i in range(3) :
|
||||||
try :
|
try :
|
||||||
sub_login()
|
sub_login()
|
||||||
return driver.current_window_handle
|
return (driver.current_window_handle)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LogError("login - 3 - " + str(e))
|
LogError("login - 3 - " + str(e))
|
||||||
driver.close()
|
driver.close()
|
||||||
|
2
config
2
config
@ -11,9 +11,9 @@ Headless = True
|
|||||||
|
|
||||||
[DISCORD]
|
[DISCORD]
|
||||||
|
|
||||||
|
enabled = True
|
||||||
successlink = https://discord.com/api/webhooks/[put your webhook here]
|
successlink = https://discord.com/api/webhooks/[put your webhook here]
|
||||||
errorlink =https://discord.com/api/webhooks/[put your webhook here]
|
errorlink =https://discord.com/api/webhooks/[put your webhook here]
|
||||||
enabled = True
|
|
||||||
|
|
||||||
[PROXY]
|
[PROXY]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user