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'