This commit is contained in:
Jonas Zeunert
2020-03-12 00:29:28 +01:00
parent 67da8e50a3
commit 37543467b0
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from Target import Target
class BankTarget(Target):
def __init__(self, points):
super(points)
super().__init__(points)
self.is_hit = False
def hit(self):