Skip to content

Commit

Permalink
Merge pull request #87 from openclimatefix/devsjc/base-url-update
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Dec 3, 2024
2 parents 0256b7a + d5df529 commit fa70044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gspconsumer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def pull_data_and_save(
"""

pvlive = PVLive()
pvlive.base_url = "https://api0.solar.sheffield.ac.uk/pvlive/api/v4/"
pvlive.base_url = "https://api.pvlive.uk/pvlive/api/v4/"

if datetime_utc is None:
datetime_utc = datetime.utcnow().replace(tzinfo=timezone.utc) # add timezone
Expand Down

0 comments on commit fa70044

Please sign in to comment.