date + more sleep
This commit is contained in:
parent
5c368ce0d0
commit
2dffe6851a
5
V4.py
5
V4.py
|
@ -118,7 +118,7 @@ g.close()
|
||||||
|
|
||||||
|
|
||||||
def Timer(text="undefined"):
|
def Timer(text="undefined"):
|
||||||
return(f"[{timedelta(seconds = round(float(time() - start_time)))}] : " + str(text))
|
return(f"[ {_mail} - {timedelta(seconds = round(float(time() - start_time)))} ]" + str(text))
|
||||||
|
|
||||||
|
|
||||||
def check_ipv4():
|
def check_ipv4():
|
||||||
|
@ -620,8 +620,9 @@ def login():
|
||||||
pass
|
pass
|
||||||
printf("login completed")
|
printf("login completed")
|
||||||
RGPD()
|
RGPD()
|
||||||
|
CustomSleep(uniform(3,5))
|
||||||
driver.get("https://www.bing.com/rewardsapp/flyout")
|
driver.get("https://www.bing.com/rewardsapp/flyout")
|
||||||
|
CustomSleep(uniform(3,5))
|
||||||
|
|
||||||
for i in range(3) :
|
for i in range(3) :
|
||||||
try :
|
try :
|
||||||
|
|
Loading…
Reference in New Issue