From ef2d04dffef6988cb911e0b4968c04f68db5b3df Mon Sep 17 00:00:00 2001 From: yjqiang <13307130285@fudan.edu.cn> Date: Sat, 1 Sep 2018 20:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8C=E6=99=A8=E8=87=AA=E5=8A=A8=E8=A7=A3?= =?UTF-8?q?=E9=99=A4=E5=B0=8F=E9=BB=91=E5=B1=8B=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/user.py b/user.py index 969e0b5..a86267f 100644 --- a/user.py +++ b/user.py @@ -943,6 +943,7 @@ def check_status(self, func, value): hour_minute = now.hour * 60 + now.minute # 0点到3点 sleep模式 if hour_minute < 180: + self.is_injail = False # self.printer_with_id(['sleep模式'], True) if func == 'daily_task': return 1