From 54f0095413b515ac994a828e70c72a9f842abc75 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Fri, 2 Sep 2011 00:57:40 -0400 Subject: [PATCH] fix typo --- modules/mylife.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mylife.py b/modules/mylife.py index b9d1a36..fd74948 100644 --- a/modules/mylife.py +++ b/modules/mylife.py @@ -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)