fix typo
This commit is contained in:
@@ -15,7 +15,7 @@ def fml(phenny, input):
|
|||||||
try:
|
try:
|
||||||
req = urlopen("http://www.fmylife.com/random")
|
req = urlopen("http://www.fmylife.com/random")
|
||||||
except HTTPError:
|
except HTTPError:
|
||||||
phenny.say("I tried to use .fml, but it was broken. FML"
|
phenny.say("I tried to use .fml, but it was broken. FML")
|
||||||
return
|
return
|
||||||
|
|
||||||
doc = lxml.html.parse(req)
|
doc = lxml.html.parse(req)
|
||||||
|
|||||||
Reference in New Issue
Block a user