removed useless line
[mp3tohtml.git] / 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")