From: Jean-Philippe Orsini Date: Mon, 1 Feb 2016 14:57:47 +0000 (+0100) Subject: removed useless line X-Git-Url: https://git.wpitchoune.net/gitweb/?p=mp3tohtml.git;a=commitdiff_plain;h=513b88446cbc316f59f8befa596665fc6885770a removed useless line --- 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")