only start countdown after login (1 min later)
This commit is contained in:
parent
4f21ef22d4
commit
5d4dd859bd
3
V4.py
3
V4.py
|
@ -733,7 +733,6 @@ def Alerte():
|
||||||
|
|
||||||
def BingMobileSearch(override=randint(22, 25)):
|
def BingMobileSearch(override=randint(22, 25)):
|
||||||
ChangeColor(task["Mobile"], "blue")
|
ChangeColor(task["Mobile"], "blue")
|
||||||
StartTask(task["Mobile"])
|
|
||||||
global MobileDriver
|
global MobileDriver
|
||||||
MobileDriver = "unable to start"
|
MobileDriver = "unable to start"
|
||||||
try:
|
try:
|
||||||
|
@ -746,7 +745,7 @@ def BingMobileSearch(override=randint(22, 25)):
|
||||||
echec = 0
|
echec = 0
|
||||||
|
|
||||||
if not Mlogin(echec):
|
if not Mlogin(echec):
|
||||||
|
StartTask(task["Mobile"])
|
||||||
CustomSleep(uniform(1, 2))
|
CustomSleep(uniform(1, 2))
|
||||||
MRGPD()
|
MRGPD()
|
||||||
CustomSleep(uniform(1, 1.5))
|
CustomSleep(uniform(1, 1.5))
|
||||||
|
|
Loading…
Reference in New Issue