mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
Properly escape backslashes on awesome robot ascii art.
This commit is contained in:
parent
3e6e9eeed5
commit
8b86d31cbf
18
webfront.py
18
webfront.py
@ -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
|
||||
"""]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user