summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-01 11:04:12 -0800
committerMicah Lee <micah@micahflee.com>2020-11-01 11:04:12 -0800
commit74edae02a48b07c2016dcd2174e141b2b8d0d581 (patch)
tree31cd213a806aa2502c89fca14629229438685653
parent208d615ad0d1bda60723a40d09f1b2ca2cd5bcfe (diff)
downloadonionshare-74edae02a48b07c2016dcd2174e141b2b8d0d581.tar.gz
onionshare-74edae02a48b07c2016dcd2174e141b2b8d0d581.zip
Escape backslashes in ASCII-art
-rw-r--r--cli/onionshare_cli/__init__.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/cli/onionshare_cli/__init__.py b/cli/onionshare_cli/__init__.py
index c1367b1e..7361ac9e 100644
--- a/cli/onionshare_cli/__init__.py
+++ b/cli/onionshare_cli/__init__.py
@@ -57,19 +57,19 @@ def main(cwd=None):
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ___ _ "
)
print(
- " @@@@@@ @@@@@@@@@@@@@ / _ \ (_) "
+ " @@@@@@ @@@@@@@@@@@@@ / _ \\ (_) "
)
print(
" @@@@ @ @@@@@@@@@@@ | | | |_ __ _ ___ _ __ "
)
print(
- " @@@@@@@@ @@@@@@@@@@ | | | | '_ \| |/ _ \| '_ \ "
+ " @@@@@@@@ @@@@@@@@@@ | | | | '_ \\| |/ _ \\| '_ \\ "
)
print(
- " @@@@@@@@@@@@ @@@@@@@@@@ \ \_/ / | | | | (_) | | | | "
+ " @@@@@@@@@@@@ @@@@@@@@@@ \\ \\_/ / | | | | (_) | | | | "
)
print(
- " @@@@@@@@@@@@@@@@ @@@@@@@@@ \___/|_| |_|_|\___/|_| |_| "
+ " @@@@@@@@@@@@@@@@ @@@@@@@@@ \\___/|_| |_|_|\\___/|_| |_| "
)
print(
" @@@@@@@@@ @@@@@@@@@@@@@@@@ _____ _ "
@@ -78,16 +78,16 @@ def main(cwd=None):
" @@@@@@@@@@ @@@@@@@@@@@@ / ___| | "
)
print(
- " @@@@@@@@@@ @@@@@@@@ \ `--.| |__ __ _ _ __ ___ "
+ " @@@@@@@@@@ @@@@@@@@ \\ `--.| |__ __ _ _ __ ___ "
)
print(
- " @@@@@@@@@@@ @ @@@@ `--. \ '_ \ / _` | '__/ _ \\"
+ " @@@@@@@@@@@ @ @@@@ `--. \\ '_ \\ / _` | '__/ _ \\"
)
print(
- " @@@@@@@@@@@@@ @@@@@@ /\__/ / | | | (_| | | | __/"
+ " @@@@@@@@@@@@@ @@@@@@ /\\__/ / | | | (_| | | | __/"
)
print(
- " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \____/|_| |_|\__,_|_| \___|"
+ " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \\____/|_| |_|\\__,_|_| \\___|"
)
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")