From 92751d505af0e2843694a1b59c89bb8896546aba Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 10 Jun 2018 17:57:52 +0200 Subject: Fix icebox_html -8 mode Signed-off-by: Clifford Wolf --- icebox/icebox_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index 5f5fc58..fe1ba0c 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -35,7 +35,7 @@ def usage(): sys.exit(0) try: - opts, args = getopt.getopt(sys.argv[1:], "x:y:d:8:3") + opts, args = getopt.getopt(sys.argv[1:], "x:y:d:83") except: usage() -- cgit v1.2.3