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

@@ -7,7 +7,7 @@ class BankTarget(Target):
def hit(self):
self.is_hit = True
super().hit()()
super().hit()
#notify Bank
def reset(self):