Increaded ProotState definition to include used local variabels.
This commit is contained in:
parent
e95c47855b
commit
20f5eb5405
1 changed files with 4 additions and 1 deletions
|
|
@ -40,7 +40,10 @@ class ProotState:
|
|||
cls._instance.desired_blink_state = 0
|
||||
cls._instance.blinks_frames_ready = False
|
||||
cls._instance.loading_screen = True
|
||||
cls._instance.loading_time = True
|
||||
cls._instance.loading_time = 0
|
||||
cls._instance.image_prootScreen1
|
||||
cls._instance.image_prootScreen2
|
||||
cls._instance.image_prootScreen3
|
||||
return cls._instance
|
||||
|
||||
def next_blink_frame_number(self) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue