diff --git a/pylib/iemweb/autoplot/scripts200/p241.py b/pylib/iemweb/autoplot/scripts200/p241.py index 55d29b77e..ae39083ab 100644 --- a/pylib/iemweb/autoplot/scripts200/p241.py +++ b/pylib/iemweb/autoplot/scripts200/p241.py @@ -40,7 +40,7 @@ def get_description(): """Return a dict describing how to call this plotter""" desc = {"description": __doc__} - sts = utc() - timedelta(hours=26) + sts = utc() - timedelta(hours=6) # Save some CI time ets = utc() - timedelta(hours=2) desc["arguments"] = [ {