From 4bae555e0e4caaafc310bec1cc3b06c1aaf379bb Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Tue, 7 Jun 2022 00:16:02 +0200 Subject: [PATCH] lamps und so --- lamps/LampGroup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lamps/LampGroup.py b/lamps/LampGroup.py index 69842cb..3221027 100644 --- a/lamps/LampGroup.py +++ b/lamps/LampGroup.py @@ -28,11 +28,6 @@ class LampGroup: def deactivateCurrent(self): self.lamps[self.currentLamp].deactivate() - if self.currentLamp == 0: - return - - self.currentLamp -= 1 - PLAYER_LAMPS = LampGroup([ Lamp("Can Play 1"), Lamp("Can Play 2"),