python and super is super
This commit is contained in:
@@ -7,7 +7,7 @@ class BankTarget(Target):
|
||||
|
||||
def hit(self):
|
||||
self.is_hit = True
|
||||
super.hit()
|
||||
super().hit()()
|
||||
#notify Bank
|
||||
|
||||
def reset(self):
|
||||
|
||||
Reference in New Issue
Block a user