From 2c76149bc9b83aea45a87ad8e1ae48ad265aad1e Mon Sep 17 00:00:00 2001 From: 0xB9 <0xB9@pm.me> Date: Wed, 27 Jan 2021 22:30:07 -0500 Subject: [PATCH] add color to scan --- scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.py b/scan.py index d8a25b4..40d4da2 100644 --- a/scan.py +++ b/scan.py @@ -41,7 +41,7 @@ def credits(): site = input(lightgreen("Enter MyBB forum URL-> ")) -print (run(lightgreen("Scanning ") + ("{}...\n".format(site)))) +print (run(lightgreen("Scanning ") + bold(red("{}".format(site))))) print ("-"*60) def connection_status(site, plugin_file):