Double fail!
This commit is contained in:
parent
d1f45cd06e
commit
24d6c059e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue