yeah
This commit is contained in:
parent
c3d49cd093
commit
64d70afdd5
4
V4.py
4
V4.py
|
@ -993,7 +993,9 @@ def Fidelite():
|
||||||
def DailyRoutine(custom = False):
|
def DailyRoutine(custom = False):
|
||||||
if not custom :
|
if not custom :
|
||||||
MainWindows = login()
|
MainWindows = login()
|
||||||
|
else :
|
||||||
|
MainWindows = ""
|
||||||
|
|
||||||
if MainWindows != "STOP" :
|
if MainWindows != "STOP" :
|
||||||
try:
|
try:
|
||||||
AllCard()
|
AllCard()
|
||||||
|
|
Loading…
Reference in New Issue