Fix rip offset find. Fixes #33.

This commit is contained in:
Thomas Vander Stichele
2013-07-25 19:34:39 +02:00
parent 821dfcf6e2
commit 5f7071e0b0

View File

@@ -87,7 +87,7 @@ CD in the AccurateRip database."""
# this can be a symlink to another device
def do(self, args):
prog = program.Program()
prog = program.Program(self.getRootCommand().config)
runner = task.SyncRunner()
device = self.options.device