fix up another wrong config call

This commit is contained in:
Thomas Vander Stichele
2014-05-27 17:24:30 -04:00
parent 24060bf78c
commit 03ef5c2a40

View File

@@ -161,7 +161,7 @@ Verifies the image from the given .cue files against the AccurateRip database.
'''
def do(self, args):
prog = program.Program(self.getRootCommand().config())
prog = program.Program(self.getRootCommand().config)
runner = task.SyncRunner()
cache = accurip.AccuCache()