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