From 733d3fd39e7608b3ba83d0fd71954332374f2c55 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Tue, 3 Jan 2012 14:08:56 -0500 Subject: [PATCH] fix .mliar error message --- modules/mylife.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/mylife.py b/modules/mylife.py index 90a275e..3f16430 100644 --- a/modules/mylife.py +++ b/modules/mylife.py @@ -43,8 +43,9 @@ def mliarab(phenny, input): try: req = web.get("http://mylifeisarabic.com/random/") except (HTTPError, IOError): - phenny.say("The site you requested, mylifeisarabic.com, has been banned \ - in the UAE. You will be reported to appropriate authorities") + phenny.say("The site you requested, mylifeisarabic.com, has been " \ + "banned in the UAE. You will be reported to appropriate " \ + "authorities") return doc = lxml.html.fromstring(req)