fuck super

This commit is contained in:
Jonas Zeunert
2020-03-12 00:21:47 +01:00
parent 8b94d32bac
commit a024f99f19
39 changed files with 39 additions and 39 deletions

View File

@@ -2,7 +2,7 @@ from Target import Target
class Bank(Target):
def __init__(self, points, name, targets):
super(points, name)
super().__init__(points, name)
self.targets = targets
self.__register_targets__()