From 8447273eb7ea10545440c24b06c8e505453eca10 Mon Sep 17 00:00:00 2001 From: KAAAsS Date: Mon, 1 Jul 2024 02:54:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=A0=E9=99=A4=E9=81=97?= =?UTF-8?q?=E6=BC=8F=E7=9A=84=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 6c01f1e..077f2e1 100644 --- a/main.py +++ b/main.py @@ -91,7 +91,6 @@ def run(hyg): time.sleep(10) 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... - check_policy() while True: if hyg.get_time() >= hyg.config["time"]: break