mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Removed some useless blank lines.
This commit is contained in:
parent
ef1b073c3d
commit
4026f8a3e3
@ -65,9 +65,7 @@ class FreshmeatException(Exception):
|
||||
|
||||
class Http(callbacks.Privmsg):
|
||||
threaded = True
|
||||
|
||||
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
|
||||
|
||||
def callCommand(self, name, irc, msg, *L, **kwargs):
|
||||
try:
|
||||
super(Http, self).callCommand(name, irc, msg, *L, **kwargs)
|
||||
|
Loading…
Reference in New Issue
Block a user