Update flsk.py

main
Mihaeļs Mejerovs 2024-05-22 17:07:49 +00:00
parent c8fe330491
commit 8c81188346
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ if __name__ == "__main__":
def get_weather_in_riga():
api_key = "ВАШ_КЛЮЧ"
api_key = "e53814d3c7b076180e8d0273015b2804"
city_id = 456173 # ID города Рига
url = f"https://api.openweathermap.org/data/2.5/weather?id={city_id}&appid={api_key}&units=metric"