main #137

Merged
Patrick_Pluto merged 35 commits from sageTheDm/interstellar_ai:main into main 2024-10-11 10:18:33 +02:00
Showing only changes of commit 237909c164 - Show all commits

View file

@ -15,6 +15,7 @@ class Weather:
async with python_weather.Client(unit=unit_type) as client:
weather = await client.get(city)
# Collect weather data
data = {
"temperature": weather.temperature,
"humidity": weather.humidity,