fix mlihp
This commit is contained in:
@@ -115,7 +115,7 @@ def mlihp(phenny, input):
|
|||||||
return
|
return
|
||||||
|
|
||||||
doc = lxml.html.parse(req)
|
doc = lxml.html.parse(req)
|
||||||
quote = doc.getroot().find_class('oldlink')[0][0].text_content()
|
quote = doc.getroot().find_class('oldlink')[0].text_content()
|
||||||
phenny.say(quote)
|
phenny.say(quote)
|
||||||
mlihp.commands = ['mlihp']
|
mlihp.commands = ['mlihp']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user