Skip to content

Commit

Permalink
Updated CTA Table URL
Browse files Browse the repository at this point in the history
Update to CTA table download URL provided to address non-200 responses due to changes in the SBTi website.
  • Loading branch information
hbsbti committed Jun 4, 2024
1 parent 057228c commit 515d450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SBTi/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class PortfolioCoverageTVPConfig(PortfolioAggregationConfig):
"current-Companies-Taking-Action.xlsx",
)
# Temporary URL until the SBTi website is updated
CTA_FILE_URL = "https://sciencebasedtargets.org/download/target-dashboard"
CTA_FILE_URL = "https://cdn.sciencebasedtargets.org/download/target-dashboard"
OUTPUT_TARGET_STATUS = "sbti_target_status"
OUTPUT_WEIGHTED_TARGET_STATUS = "weighted_sbti_target_status"
VALUE_TARGET_NO = "No target"
Expand Down

0 comments on commit 515d450

Please sign in to comment.