Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 23, 2024
1 parent 582366b commit ac24106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_forecast_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_generation_data(
generation_data = get_pv_generation_by_sites(
session=db_session, site_uuids=site_uuids, start_utc=start, end_utc=end
)
# hard code as for the moment
# get the ml id, this only works for one site right now
system_id = sites[0].ml_id

if len(generation_data) == 0:
Expand Down

0 comments on commit ac24106

Please sign in to comment.