refactor: 删除遗漏的检测

This commit is contained in:
KAAAsS 2024-07-01 02:54:13 +08:00
parent 6fb1c0d47f
commit 8447273eb7
Signed by: KAAAsS
GPG Key ID: D22F53AF662411FE

View File

@ -91,7 +91,6 @@ def run(hyg):
time.sleep(10) time.sleep(10)
logger.info(i18n_gt()["now_waiting_info"].format(hyg.config['time'] - hyg.get_time())) logger.info(i18n_gt()["now_waiting_info"].format(hyg.config['time'] - hyg.get_time()))
logger.info(i18n_gt()["now_wake_up"]) # Heads up, the wheels are spinning... logger.info(i18n_gt()["now_wake_up"]) # Heads up, the wheels are spinning...
check_policy()
while True: while True:
if hyg.get_time() >= hyg.config["time"]: if hyg.get_time() >= hyg.config["time"]:
break break