Переглянути джерело

update annexI downloader to new URL for 2023 submissions

Johannes Gütschow 1 рік тому
батько
коміт
4ef909d2f4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      code/UNFCCC_downloader/fetch_submissions_annexI.py

+ 1 - 1
code/UNFCCC_downloader/fetch_submissions_annexI.py

@@ -41,7 +41,7 @@ elif int(year) in range(2020,2023):
     )
 elif int(year) >= 2023:
     url = (
-        "https://unfccc.int/process/transparency-and-reporting/"
+        "https://unfccc.int/process-and-meetings/transparency-and-reporting/"
         "reporting-and-review-under-the-convention/"
         "greenhouse-gas-inventories-annex-i-parties/"
         "national-inventory-submissions-{}".format(year)