This commit is contained in:
Jonas Zeunert
2020-05-07 21:31:02 +02:00
parent f52fba73b2
commit 08f36d7441

View File

@@ -2,7 +2,7 @@ from Target import Target
class LeftLaneButton1Target(Target):
def __init__(self):
super().__init__(100, 'Left Lane Button #1')
super().__init__(100, 'Canal Button Top')
def hit(self):
super().hit()