python and super is super
This commit is contained in:
@@ -6,4 +6,4 @@ class CreditTarget(Target):
|
||||
super().__init__(0, 'Credit')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
super().hit()()
|
||||
@@ -5,4 +5,4 @@ class OutholeTarget(Target):
|
||||
super().__init__(100, 'Outhole')
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
super().hit()()
|
||||
|
||||
@@ -6,4 +6,4 @@ class RisingBall(Target):
|
||||
super().__init__(0, "Rising Ball")
|
||||
|
||||
def hit(self):
|
||||
super.hit()
|
||||
super().hit()()
|
||||
Reference in New Issue
Block a user