removed useless line
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Feb 2016 14:57:47 +0000 (15:57 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 1 Feb 2016 14:57:47 +0000 (15:57 +0100)
mp3tohtml/mp3tohtml.py

index 4a9d8a3..5b96b90 100755 (executable)
@@ -74,7 +74,6 @@ def copy_footer(path):
         sys.exit(1)
     footer.close()
 
-
 parser = argparse.ArgumentParser(description='Generate an HTML containing information about the MP3 files.')
 parser.add_argument('dir', help='The directory containing the MP3 files')
 parser.add_argument("--config", help="The directory containing the configuration")