Skip to content

Commit

Permalink
change report expiry calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbusthomi authored and lucernae committed Feb 8, 2018
1 parent 6feac5d commit 252a7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realtime/ash/report_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def qpt_token(
"""Token string for QPT template"""

eruption_height_asl = eruption_height + vent_height
model_expire = time + timedelta(days=forecast_duration)
model_expire = time + timedelta(days=1)

event = {
# This section is from event variable
Expand Down

0 comments on commit 252a7cf

Please sign in to comment.