From 7fb03eb90ccab1f06b215edb435d4e2d2dfd21b0 Mon Sep 17 00:00:00 2001 From: wuaho Date: Sat, 18 Sep 2021 10:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B6=88=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index 1a3ac66..b554f58 100644 --- a/app.py +++ b/app.py @@ -66,6 +66,8 @@ class XProcess(Process): self.log.info(f'进程{self.partition} 结束') break + elif type_ == 'test': + self.log.info(f'消费分区{self.partition} -> {msg}') else: continue