This commit is contained in:
piair 2023-09-24 22:16:06 +02:00
parent 1d4021edb0
commit e03ef1759c

1
V6.py
View File

@ -792,6 +792,7 @@ def CustomStart():
if "tout" in Actions: if "tout" in Actions:
daily_routine(True) daily_routine(True)
if "daily" in Actions: if "daily" in Actions:
input("0")
try: try:
all_cards() all_cards()
except Exception as e: except Exception as e: