super oO
This commit is contained in:
@@ -2,4 +2,4 @@ from displays.Display import Display
|
||||
|
||||
class PlayerDisplay(Display):
|
||||
def __init__(self, name):
|
||||
super(name)
|
||||
super(PlayerDisplay, self).__init__(name)
|
||||
@@ -2,7 +2,7 @@ from displays.Display import Display
|
||||
|
||||
class SpecialDisplay(Display):
|
||||
def __init__(self, name):
|
||||
super(name)
|
||||
super(SpecialDisplay, self).__init__(name)
|
||||
self.credits = 0
|
||||
self.gameTimeBonus = 0
|
||||
self.ballsToPlay = 0
|
||||
|
||||
Reference in New Issue
Block a user