From b37c7e28f8b47e7556d2d3fef8da41110d2e6547 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Wed, 17 Dec 2014 16:36:50 +0100 Subject: [PATCH] Fixed indentation in order to remove pep8 errors --- i3pystatus/weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3pystatus/weather.py b/i3pystatus/weather.py index ad22e50..fbd8536 100644 --- a/i3pystatus/weather.py +++ b/i3pystatus/weather.py @@ -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 = {