comming soon ®

This commit is contained in:
piair 2022-06-22 12:26:50 +02:00
parent 776da465aa
commit b562930583
2 changed files with 3 additions and 3 deletions

2
V4.py
View File

@ -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
View File

@ -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]