diff --git a/bin/shot_them_all.py b/bin/shot_them_all.py index c851987..96df0da 100644 --- a/bin/shot_them_all.py +++ b/bin/shot_them_all.py @@ -35,7 +35,6 @@ parser.add_argument('--timeout', dest='timeout', type=int, default=20) # second parser.add_argument('--theme', dest='theme', type=str) parser.add_argument('url', metavar='URL', type=str, nargs='?', default='https://auquo.fred.local.0d.be/contactez-nous/inscription-sur-les-listes/') -parser.print_help() args = parser.parse_args() if not os.path.exists(args.directory):