Remove unneeded code

This commit is contained in:
XANTRONIX 2025-04-19 14:12:42 -04:00
parent 3d97aa45cb
commit 540555e4b5

View file

@ -72,8 +72,6 @@ argparser = argparse.ArgumentParser(description='Render graphical SPC outlooks f
argparser.add_argument('--dark', action='store_true', help='Output dark mode graphics') argparser.add_argument('--dark', action='store_true', help='Output dark mode graphics')
argparser.add_argument('--cities', action='store_true', help='Render major cities') argparser.add_argument('--cities', action='store_true', help='Render major cities')
argparser.add_argument('--file', type=str, help='Load outlook from file, not database') argparser.add_argument('--file', type=str, help='Load outlook from file, not database')
group_day_valid = argparser.add_argument_group('group_day_valid', 'SPC outlook from database')
argparser.add_argument('--valid', type=str, help='Timestamp on or after most recent outlook') argparser.add_argument('--valid', type=str, help='Timestamp on or after most recent outlook')
argparser.add_argument('--day', type=int, help='Number of days from issuance outlook applies to') argparser.add_argument('--day', type=int, help='Number of days from issuance outlook applies to')
argparser.add_argument('--categorical', type=str, help='Output categorical risk graphic file') argparser.add_argument('--categorical', type=str, help='Output categorical risk graphic file')