Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 3, 2023
1 parent ecd71fc commit 2a0bc0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def get_forecasts_for_a_specific_gsp(

start_datetime_utc = format_datetime(start_datetime_utc)
end_datetime_utc = format_datetime(end_datetime_utc)
creation_limit_utc = format_datetime(creation_limit_utc)

if gsp_id > GSP_TOTAL:
return Response(None, status.HTTP_204_NO_CONTENT)
Expand Down

0 comments on commit 2a0bc0a

Please sign in to comment.