mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Guess I should make sure I delete the debug line and not the code line
This commit is contained in:
parent
c6a6fd47b7
commit
db16ba33ad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user