only start countdown after login (1 min later)

This commit is contained in:
piair 2022-11-12 23:48:54 +01:00
parent 4f21ef22d4
commit 5d4dd859bd
1 changed files with 1 additions and 2 deletions

3
V4.py
View File

@ -733,7 +733,6 @@ def Alerte():
def BingMobileSearch(override=randint(22, 25)):
ChangeColor(task["Mobile"], "blue")
StartTask(task["Mobile"])
global MobileDriver
MobileDriver = "unable to start"
try:
@ -746,7 +745,7 @@ def BingMobileSearch(override=randint(22, 25)):
echec = 0
if not Mlogin(echec):
StartTask(task["Mobile"])
CustomSleep(uniform(1, 2))
MRGPD()
CustomSleep(uniform(1, 1.5))