Skip to content

Commit 65b1b36

Browse files
authored
Update iplookup.py
1 parent 56642e0 commit 65b1b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iplookup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def style_print(text, color):
2121
style_print("=================================================", 'red')
2222
print()
2323
figlet = Figlet(font="slant")
24-
ascii_banner = figlet.renderText(" IP Info")
24+
ascii_banner = figlet.renderText(" Net Pulse")
2525
lines = ascii_banner.split('\n')
2626
colors = ["red"]
2727
for i, line in enumerate(lines):

0 commit comments

Comments
 (0)