diff --git a/MiUnlockTool.py b/MiUnlockTool.py index 9422a83..4d6d304 100644 --- a/MiUnlockTool.py +++ b/MiUnlockTool.py @@ -365,7 +365,7 @@ def run(self): elif "descEN" in r: print(f"\ncode {r['code']}\n\n{r['descEN']}") if r["code"] == 20036: - print("\nYou can unlock on:", (datetime.datetime.now().replace(minute=0, second=0, microsecond=0) + datetime.timedelta(hours=r["data"]["waitHour"])).strftime("%Y-%m-%d %H:%M")) + print("\nYou can unlock (repeat this process) on:", (datetime.datetime.now().replace(minute=0, second=0, microsecond=0) + datetime.timedelta(hours=r["data"]["waitHour"])).strftime("%Y-%m-%d %H:%M")) else: print(f"{cgg}\noffici5l.github.io/code\n{cres}") else: @@ -375,4 +375,4 @@ def run(self): print(p_) if not os.path.exists("/data/data/com.termux"): - input("\nPress Enter to exit ...") \ No newline at end of file + input("\nPress Enter to exit ...")