We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb4fe8 commit 61d19c2Copy full SHA for 61d19c2
bot/plugins/weather.py
@@ -30,7 +30,7 @@ async def cmd_weather(config: Config, msg: Message) -> str:
30
)
31
zip_code = m.string
32
else:
33
- zip_code = '48105,US'
+ zip_code = '48103,US'
34
35
geocoding_url = 'http://api.openweathermap.org/geo/1.0/zip'
36
weather_url = 'https://api.openweathermap.org/data/2.5/weather'
0 commit comments