fix: update forecast simulation log to use oh_date instead of start_date

main
Cizz22 3 months ago
parent 2784c78d52
commit dd99f1874a

@ -568,7 +568,7 @@ async def get_forecast_eaf(
forecast_msg = (
f"Forecast simulation started via Temporal. "
f"Period: {start_date.strftime('%Y-%m-%d')} to {end_date.strftime('%Y-%m-%d')}"
f"Period: {oh_date.strftime('%Y-%m-%d')} to {end_date.strftime('%Y-%m-%d')}"
)
return StandardResponse(

Loading…
Cancel
Save