mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +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)
|
conds = self._condregex.search(html)
|
||||||
if conds:
|
if conds:
|
||||||
conds = conds.group(1)
|
conds = conds.group(1)
|
||||||
self.log.warning(repr(self._chillregex))
|
chill = self._chillregex.search(html)
|
||||||
if chill:
|
if chill:
|
||||||
#self.log.warning(chill.groups())
|
#self.log.warning(chill.groups())
|
||||||
chill = chill.group(1)
|
chill = chill.group(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user