From ae826b71ae8caf9c9db170f2f10452217ea0b0f5 Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Mon, 18 Sep 2017 09:14:19 +1000 Subject: [PATCH] Made the help code slightly prettier --- HTTPy.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index c1bcf9e..623cb8b 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -55,12 +55,14 @@ def splitLines(confline): return retval def printHelp(): - print bcolors.BLUE + "========================================================" + print bcolors.BLUE + print "========================================================" print "= help - This screen =" print "= clear - Clears the screen =" print "= ping - Enables/Disables pinging the IP Address =" + print "= whois - Enables/Disables whois lookups =" print "========================================================" - print "========================================================" + bcolors.RESET + print bcolors.RESET def compareSOA(inNameservers, inDomain, origSOA): dnsServer = '8.8.8.8'