赞
踩
from datetime import date
import requests
BASE_URL = "https://api.carbonintensity.org.uk/intensity"
# Emission in the last half hour
def fetch_last_half_hour() -> str:
last_half_hour = requests.get(BASE_URL
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。