mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 10:47:24 -05:00
call super __init__() in SpeedRunner
This commit is contained in:
parent
80fe5be906
commit
2328b2bd3a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user