From b3ae571389cf1cac1776e89523d25bf7f57b2cb7 Mon Sep 17 00:00:00 2001 From: Cezary Biele Date: Mon, 14 Oct 2013 12:11:31 +0200 Subject: [PATCH] weather fixes --- i3pystatus/weather.py | 1 - 1 file changed, 1 deletion(-) diff --git a/i3pystatus/weather.py b/i3pystatus/weather.py index d221578..f5ad973 100644 --- a/i3pystatus/weather.py +++ b/i3pystatus/weather.py @@ -22,7 +22,6 @@ class Weather(IntervalModule): format = "{current_temp}" def run(self): - #current_temp = pywapi.get_weather_from_weather_com(self.location_code)['current_conditions']['temperature'] result = pywapi.get_weather_from_weather_com(self.location_code, self.units) conditions = result['current_conditions'] temperature = conditions['temperature']