From a926dd43d26dcd1571ac8917aaeb8d34deb07503 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sun, 14 Nov 2021 13:13:03 +0800 Subject: [PATCH] edit: modified a comment --- QWeather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QWeather.py b/QWeather.py index 150e3a1..5450fab 100644 --- a/QWeather.py +++ b/QWeather.py @@ -635,7 +635,7 @@ if __name__ == '__main__': # 另开一个进程与主进程同时运行 --> 运行loopCheck --> 循环检查本地时间是否与配置内时间相符 multiprocessing.Process(target=loop_check, args=(_mode, _times,)).run() - # 循环检测时间 -> 每10分钟检查一次, 如果有则发送如果无则直接跳过 + # 循环检测时间 --> 每10分钟检查一次, 如果有则发送如果无则直接跳过 loop_timer = 0 while True: time.sleep(1)