mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-08 18: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):
|
class Http(callbacks.Privmsg):
|
||||||
threaded = True
|
threaded = True
|
||||||
|
|
||||||
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
|
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
|
||||||
|
|
||||||
def callCommand(self, name, irc, msg, *L, **kwargs):
|
def callCommand(self, name, irc, msg, *L, **kwargs):
|
||||||
try:
|
try:
|
||||||
super(Http, self).callCommand(name, irc, msg, *L, **kwargs)
|
super(Http, self).callCommand(name, irc, msg, *L, **kwargs)
|
||||||
|
Loading…
Reference in New Issue
Block a user