Skip to content

Commit

Permalink
[weather] Fixed it saying know instead of now
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Dec 24, 2012
1 parent 49a3db6 commit e9a065e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def update_woeid(willie, trigger):
state = first_result.find('state').text or ''
country = first_result.find('country').text or ''
uzip = first_result.find('uzip').text or ''
willie.reply('I know have you at WOEID %s (%s %s, %s, %s %s.)' %
willie.reply('I now have you at WOEID %s (%s %s, %s, %s %s.)' %
(woeid, neighborhood, city, state, country, uzip))
else:
willie.reply("I can't remember that; I don't have a database.")
Expand Down

0 comments on commit e9a065e

Please sign in to comment.