From 7c706ea3a3332d4914809516b015a4eead602a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Wed, 27 Jul 2022 10:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E5=8D=A1=E8=83=9C?= =?UTF-8?q?=E5=88=A9=E7=95=8C=E9=9D=A2=E5=BC=82=E5=B8=B8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/screen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/state/screen.py b/source/state/screen.py index b0430fc..6d83d35 100644 --- a/source/state/screen.py +++ b/source/state/screen.py @@ -5,6 +5,7 @@ from .. import constants as c class Screen(tool.State): def __init__(self): + tool.State.__init__(self) self.end_time = 3000 def startup(self, current_time, persist):