Fixed indentation in order to remove pep8 errors

This commit is contained in:
Matthieu Coudron 2014-12-17 16:36:50 +01:00
parent f440322b36
commit b37c7e28f8

View File

@ -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 = {