typo replace

This commit is contained in:
Jonas Zeunert
2020-05-03 19:48:07 +02:00
parent 1def3c2b6e
commit 29150d6ddc
43 changed files with 43 additions and 43 deletions

View File

@@ -6,4 +6,4 @@ class CanalButtonTopTarget(Target):
super().__init__(20000, "Canal Button Bottom")
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class LeftLaneButton4Target(Target):
super().__init__(20000, "Canal Button Middle Bottom")
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class LeftLaneButton3Target(Target):
super().__init__(20000, "Canal Button Middle")
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class LeftLaneButton2Target(Target):
super().__init__(20000, "Canal Button Middle Top")
def hit(self):
super().hit()()
super().hit()

View File

@@ -5,4 +5,4 @@ class LeftLaneButton1Target(Target):
super().__init__(100, 'Left Lane Button #1')
def hit(self):
super().hit()()
super().hit()