master
mutantmonkey 2011-09-02 00:57:40 -04:00
parent 8d54baa901
commit 54f0095413
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def fml(phenny, input):
try:
req = urlopen("http://www.fmylife.com/random")
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
doc = lxml.html.parse(req)