bug fix in initialisation
This commit is contained in:
parent
20f5eb5405
commit
35cf042ed7
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ class ProotState:
|
|||
cls._instance.blinks_frames_ready = False
|
||||
cls._instance.loading_screen = True
|
||||
cls._instance.loading_time = 0
|
||||
cls._instance.image_prootScreen1
|
||||
cls._instance.image_prootScreen2
|
||||
cls._instance.image_prootScreen3
|
||||
cls._instance.image_prootScreen1 = False
|
||||
cls._instance.image_prootScreen2 = False
|
||||
cls._instance.image_prootScreen3 = False
|
||||
return cls._instance
|
||||
|
||||
def next_blink_frame_number(self) -> int:
|
||||
|
|
Loading…
Add table
Reference in a new issue