From db16ba33adf429b9b56590dd03bac917fffcfce3 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 8 Jan 2004 23:45:22 +0000 Subject: [PATCH] Guess I should make sure I delete the debug line and not the code line --- plugins/Weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Weather.py b/plugins/Weather.py index 9a024a344..6a5f176f9 100644 --- a/plugins/Weather.py +++ b/plugins/Weather.py @@ -168,7 +168,7 @@ class Weather(callbacks.Privmsg): conds = self._condregex.search(html) if conds: conds = conds.group(1) - self.log.warning(repr(self._chillregex)) + chill = self._chillregex.search(html) if chill: #self.log.warning(chill.groups()) chill = chill.group(1)