fix .mliar error message

master
mutantmonkey 2012-01-03 14:08:56 -05:00
parent 9cd3578ed1
commit 733d3fd39e
1 changed files with 3 additions and 2 deletions

View File

@ -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)