refactor: 删除遗漏的检测
This commit is contained in:
parent
6fb1c0d47f
commit
8447273eb7
1
main.py
1
main.py
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user