Corrects small typo. Video output functional on both test sets. TODO: Thumbmail option

This commit is contained in:
julien Lengrand-Lambert
2012-05-09 08:08:07 +02:00
parent a542a753fa
commit 38e6cef589

View File

@@ -87,7 +87,7 @@ class Facemoviefier():
self.facemovie.show_faces(1000)
elif self.args['type'] == 'i':
self.facemovie.save_faces(self.args['output'])
elif self.arg['type'] == 'v':
elif self.args['type'] == 'v':
self.facemovie.save_movie(self.args['output'])
if __name__ == '__main__':