main #62

Merged
YasinOnm08 merged 39 commits from React-Group/interstellar_ai:main into main 2024-10-11 10:23:31 +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,