mirror of
https://github.com/chubin/wttr.in
synced 2024-12-24 10:53:07 +00:00
Merge pull request #321 from RaoOfPhysics/fix-typo
Fix small typo in wttr_line.py
This commit is contained in:
commit
a1517df21f
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ def format_weather_data(format_line, location, override_location, data, query):
|
|||
"""
|
||||
|
||||
if 'data' not in data:
|
||||
return 'Unknow location; please try ~%s' % location
|
||||
return 'Unknown location; please try ~%s' % location
|
||||
current_condition = data['data']['current_condition'][0]
|
||||
current_condition['location'] = location
|
||||
current_condition['override_location'] = override_location
|
||||
|
|
Loading…
Reference in a new issue