Revert "Fixed indentation in order to remove pep8 errors"
This reverts commit b37c7e28f8
. Error was
apparently due to a bug in pep8 <= 1.5.6
This commit is contained in:
parent
cb25cb5fb3
commit
f8a5bc716f
@ -56,8 +56,8 @@ class Weather(IntervalModule):
|
||||
icon, color = self.color_icons.get(conditions["text"],
|
||||
self.color_icons["default"])
|
||||
current_temp = "{t}°{d} {i}".format(t=temperature,
|
||||
d=units["temperature"],
|
||||
i=icon)
|
||||
d=units["temperature"],
|
||||
i=icon)
|
||||
color = color
|
||||
|
||||
self.output = {
|
||||
|
Loading…
Reference in New Issue
Block a user