Double fail!

This commit is contained in:
Luke Rogers 2012-09-12 07:35:57 +12:00
parent d1f45cd06e
commit 24d6c059e1

View file

@ -61,7 +61,7 @@ def get_weather(location):
i['high_c'] = \
int(round(((float(i['high']) - 32) / 9) * 5))
i['low_c'] = \
int(round(((float(i['high']) - 32) / 9) * 5))
int(round(((float(i['low']) - 32) / 9) * 5))
return data