date + more sleep

This commit is contained in:
piair 2022-08-30 11:28:02 +02:00
parent 5c368ce0d0
commit 2dffe6851a

5
V4.py
View File

@ -118,7 +118,7 @@ g.close()
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():
@ -620,8 +620,9 @@ def login():
pass
printf("login completed")
RGPD()
CustomSleep(uniform(3,5))
driver.get("https://www.bing.com/rewardsapp/flyout")
CustomSleep(uniform(3,5))
for i in range(3) :
try :