python and super is super

This commit is contained in:
Jonas Zeunert
2020-05-03 19:47:21 +02:00
parent c413ff28e7
commit 1def3c2b6e
43 changed files with 43 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ class Bank(Target):
def __all_targets_hit__(self):
self.__reset_all_targets__()
super.hit()
super().hit()()
pass
def __reset_all_targets__(self):