From 2346d82ed85d3d889fae8c071811dbfa5467c9eb Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 14 Oct 2014 16:44:56 +0200 Subject: [PATCH] PEP 8 (I'm bored): weather --- i3pystatus/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/weather.py b/i3pystatus/weather.py index 04acf48..4f901e9 100644 --- a/i3pystatus/weather.py +++ b/i3pystatus/weather.py @@ -30,7 +30,7 @@ class Weather(IntervalModule): format = "{current_temp}" colorize = False color_icons = { - "Fair": (u"\u2600", "#FFCC00"), + "Fair": (u"\u2600", "#FFCC00"), "Cloudy": (u"\u2601", "#F8F8FF"), "Partly Cloudy": (u"\u2601", "#F8F8FF"), # \u26c5 is not in many fonts "Rainy": (u"\u2614", "#CBD2C0"),