stop async
This commit is contained in:
@@ -67,7 +67,7 @@ class GameState:
|
|||||||
for lamp_group in all_cabinet_lamps:
|
for lamp_group in all_cabinet_lamps:
|
||||||
lamp_group.deactivate()
|
lamp_group.deactivate()
|
||||||
|
|
||||||
async def idleLoop(self):
|
def idleLoop(self):
|
||||||
all_cabinet_lamps = [BONUS_LAMPS, BONUS_MULTIPLIER_LAMPS, CHAMP_LAMPS,
|
all_cabinet_lamps = [BONUS_LAMPS, BONUS_MULTIPLIER_LAMPS, CHAMP_LAMPS,
|
||||||
UPPER_PLAYFIELD_TIME_LAMPS, TUNNEL_NUMBER_LAMPS,
|
UPPER_PLAYFIELD_TIME_LAMPS, TUNNEL_NUMBER_LAMPS,
|
||||||
TUNNEL_LAMPS, TUNNEL_SCORE_LAMPS]
|
TUNNEL_LAMPS, TUNNEL_SCORE_LAMPS]
|
||||||
|
|||||||
Reference in New Issue
Block a user