From 75bca68aeb507d37a3da99e79757e42eed5354b8 Mon Sep 17 00:00:00 2001 From: wuaho Date: Fri, 17 Sep 2021 19:19:41 +0800 Subject: [PATCH] 1 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 61d8feb..332f4ba 100644 --- a/app.py +++ b/app.py @@ -52,7 +52,7 @@ class XProcess(Process): obj = getattr(handler_event, type_) obj(msg) elif type_ == settings.STOP_SIGNAL: - continue + # continue # 1 小时内有效 if msg.get('#time', 0) + 3600 < int(time.time()): continue