Skip to content

Commit 61d19c2

Browse files
committed
I moved!
1 parent 5cb4fe8 commit 61d19c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/plugins/weather.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def cmd_weather(config: Config, msg: Message) -> str:
3030
)
3131
zip_code = m.string
3232
else:
33-
zip_code = '48105,US'
33+
zip_code = '48103,US'
3434

3535
geocoding_url = 'http://api.openweathermap.org/geo/1.0/zip'
3636
weather_url = 'https://api.openweathermap.org/data/2.5/weather'

0 commit comments

Comments
 (0)