1
0
Fork 0
mirror of https://github.com/snovvcrash/usbrip.git synced 2024-06-13 21:16:43 +02:00

Fix banner display

This commit is contained in:
Sam Freeside 2018-03-27 18:29:10 +03:00
parent da7291a6e1
commit 58788551b3

View File

@ -58,8 +58,8 @@ BANNER = """\033[1;33m\
_ _ ___| |_ ___[+]___
| | |_ -| . | _[*] . |
|___|___|___|_| [?] _|
x[^]_| \033[;0m\033[4;37m{!s}\033[;0m
""".format(SITE)
x[^]_| \033[;0m\033[4;37m%s\033[;0m
""" % SITE
E = ('E', 'e', '3')
N = ('N', 'n')