X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mp3tohtml%2Fmp3tohtml.py;fp=mp3tohtml%2Fmp3tohtml.py;h=5b96b900200f5fc17f4684854476350a6c1746cf;hb=513b88446cbc316f59f8befa596665fc6885770a;hp=4a9d8a353cce919767bcee8e66c8bdd2a8692e20;hpb=09378a563a2e0f94e94fd83c0089edc59b33b77c;p=mp3tohtml.git diff --git a/mp3tohtml/mp3tohtml.py b/mp3tohtml/mp3tohtml.py index 4a9d8a3..5b96b90 100755 --- a/mp3tohtml/mp3tohtml.py +++ b/mp3tohtml/mp3tohtml.py @@ -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")