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"],
|
||||
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