remove no template option (unused functionality)

This commit is contained in:
crunk 2024-07-23 21:28:57 +02:00
parent 1db3682210
commit 0ac1f2ef60

View File

@ -41,13 +41,6 @@ def build_argparser():
action="store_true",
)
parser.add_argument(
"-n",
"--no-template",
help="Don't use the template to output html",
action="store_true",
)
parser.add_argument(
"-a",
"--alttexts",