mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-27 03:50:52 -05:00
call super __init__() in SpeedRunner
This commit is contained in:
@@ -60,6 +60,8 @@ class Runner(object):
|
||||
|
||||
class SpeedRunner(Runner):
|
||||
def __init__(self, cry=None, config=None):
|
||||
super(SpeedRunner, self).__init__()
|
||||
|
||||
self.cry = cry
|
||||
|
||||
if not config:
|
||||
|
||||
Reference in New Issue
Block a user