Skip to content

Commit bab3be6

Browse files
committed
use raw string
1 parent d7135c4 commit bab3be6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

httpgrep.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
__author__ = 'noptrix'
34-
__version__ = '2.3'
34+
__version__ = '2.4'
3535
__copyright__ = 'santa clause'
3636
__license__ = 'MIT'
3737

@@ -47,10 +47,10 @@
4747
BLUE = '\033[1;34;10m'
4848
MAGENTA = '\033[1;35;10m'
4949

50-
BANNER = BLUE + '''\
50+
BANNER = BLUE + r'''
5151
__ __ __
5252
/ /_ / /_/ /_____ ____ _________ ____
53-
/ __ \/ __/ __/ __ \/ __ `/ ___/ _ \/ __ \\
53+
/ __ \/ __/ __/ __ \/ __ `/ ___/ _ \/ __ \
5454
/ / / / /_/ /_/ /_/ / /_/ / / / __/ /_/ /
5555
/_/ /_/\__/\__/ .___/\__, /_/ \___/ .___/
5656
/_/ /____/ /_/

0 commit comments

Comments
 (0)