This commit is contained in:
piair 2022-08-29 11:48:05 +02:00
parent c3d49cd093
commit 64d70afdd5
1 changed files with 3 additions and 1 deletions

4
V4.py
View File

@ -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()