Skip to content

Commit 2871ca2

Browse files
author
Prathik Raj
committed
Fixing ascii art
=== message to anyone who sees this in the future: THIS IS SPARTA === ---- -===,=-- --,-,,,,,,- :-;==:========: :=---------------:: :-------------------:: :----------------------: :------------------------: :--------------------------: :----------=:::==::::-------: :------:====--,,,,--====:=---: :----:===,=++++...++++..--===:: :-===--...+ +.+ +.....,-=/ /==-.....+ + +......./ ;-......+ - / - +....../ /.......+ -# . #- +....../ /.......+ + +....../ /.......+ +.+ +....../ /........+ +...+ +......./ /.........++++.....++++......./ /..........................-./ /.-.......................-./ /.-......M##M$HM###M....-../ /.-......########$....-../ /.--......$$$$+-....-.-/ /..--.....,,,,...--.// //..----.....---.// ///-..-----.-// //////////
1 parent 24d2b03 commit 2871ca2

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

fcm/signatures.py

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,33 @@ def get_signature(signature):
2121
"""
2222
elif signature == 'southpark':
2323
return """
24-
25-
.- <O> -. .-====-. ,-------. .-=<>=-.
26-
/_-\'''/-_\ / / '' \ \ |,-----.| /__----__\
27-
|/ o) (o \| | | ')(' | | /,'-----'.\ |/ (')(') \|
28-
\ ._. / \ \ / / {_/(') (')\_} \ __ /
29-
,>-_,,,_-<. >'=jf='< `. _ .' ,'--__--'.
30-
/ . \ / \ /'-___-'\ / :| \
31-
(_) . (_) / \ / \ (_) :| (_)
32-
\_-----'____--/ (_) (_) (_)_______(_) |___:|____|
33-
\___________/ |________| \_______/ |_________|
34-
24+
----
25+
-===,=--
26+
--,-,,,,,,-
27+
:-;==:========:
28+
:=---------------::
29+
:-------------------::
30+
:----------------------:
31+
:------------------------:
32+
:--------------------------:
33+
:----------=:::==::::-------:
34+
:------:====--,,,,--====:=---:
35+
:----:===,=++++...++++..--===::
36+
:-===--...+ +.+ +.....,-=/
37+
/==-.....+ + +......./
38+
;-......+ - / - +....../
39+
/.......+ -# . #- +....../
40+
/.......+ + +....../
41+
/.......+ +.+ +....../
42+
/........+ +...+ +......./
43+
/.........++++.....++++......./
44+
/..........................-./
45+
/.-.......................-./
46+
/.-......M##M$HM###M....-../
47+
/.-......########$....-../
48+
/.--......$$$$+-....-.-/
49+
/..--.....,,,,...--.//
50+
//..----.....---.//
51+
///-..-----.-//
52+
//////////
3553
"""

0 commit comments

Comments
 (0)