Properly escape backslashes on awesome robot ascii art.

This commit is contained in:
Sam Gibson 2011-07-13 12:12:59 -07:00
parent c194359e87
commit 8ee8debfc6

View File

@ -182,14 +182,14 @@ class MainHandler(tornado.web.RequestHandler):
__\\___________/__
/ \\
/ ___ ___ \\
| / \ / \ |
| / \\ / \\ |
| | H || H | |
| \___/ \___/ |
| \\___/ \\___/ |
| |
| \ / |
| \___________/ |
\ /
\_________________/
| \\ / |
| \\___________/ |
\\ /
\\_________________/
_________|__|_______
_| |_
/ | | \\
@ -198,12 +198,12 @@ class MainHandler(tornado.web.RequestHandler):
| | O O O | |
| | | |
/ | | \\
| /| |\ |
\| | | |/
| /| |\\ |
\\| | | |/
|____________________|
| | | |
|__| |__|
/ __ \ / __ \\
/ __ \\ / __ \\
OO OO OO OO
"""]