make SpeedRunner.setup use the right config ref

This commit is contained in:
Bryan Bishop
2013-09-22 02:12:11 -05:00
parent ffad17245b
commit 912efe7fd0

View File

@@ -60,7 +60,7 @@ class SpeedRunner(Runner):
def setup(self):
if not self.cry:
self.cry = _vba.crystal(config=config)
self.cry = _vba.crystal(config=self.config)
def main(self):
"""