stop async

This commit is contained in:
Jonas Zeunert
2022-08-31 17:50:42 +02:00
parent e12c4f60ba
commit 6f1941f873

View File

@@ -67,7 +67,7 @@ class GameState:
for lamp_group in all_cabinet_lamps:
lamp_group.deactivate()
async def idleLoop(self):
def idleLoop(self):
all_cabinet_lamps = [BONUS_LAMPS, BONUS_MULTIPLIER_LAMPS, CHAMP_LAMPS,
UPPER_PLAYFIELD_TIME_LAMPS, TUNNEL_NUMBER_LAMPS,
TUNNEL_LAMPS, TUNNEL_SCORE_LAMPS]