We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7135c4 commit bab3be6Copy full SHA for bab3be6
1 file changed
httpgrep.py
@@ -31,7 +31,7 @@
31
32
33
__author__ = 'noptrix'
34
-__version__ = '2.3'
+__version__ = '2.4'
35
__copyright__ = 'santa clause'
36
__license__ = 'MIT'
37
@@ -47,10 +47,10 @@
47
BLUE = '\033[1;34;10m'
48
MAGENTA = '\033[1;35;10m'
49
50
-BANNER = BLUE + '''\
+BANNER = BLUE + r'''
51
__ __ __
52
/ /_ / /_/ /_____ ____ _________ ____
53
- / __ \/ __/ __/ __ \/ __ `/ ___/ _ \/ __ \\
+ / __ \/ __/ __/ __ \/ __ `/ ___/ _ \/ __ \
54
/ / / / /_/ /_/ /_/ / /_/ / / / __/ /_/ /
55
/_/ /_/\__/\__/ .___/\__, /_/ \___/ .___/
56
/_/ /____/ /_/
0 commit comments