From 1dad9911bdef96874b86a289e8c9590e13e77b91 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 15 Jun 2017 17:26:57 -0500 Subject: [PATCH] Fixed some typos --- sublist3r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sublist3r.py b/sublist3r.py index 9b13daf..671ffa2 100644 --- a/sublist3r.py +++ b/sublist3r.py @@ -42,7 +42,7 @@ # Console Colors if is_windows: - # Windows deserve coloring too :D + # Windows deserves coloring too :D G = '\033[92m' # green Y = '\033[93m' # yellow B = '\033[94m' # blue @@ -54,7 +54,7 @@ colorama.init() #Now the unicode will work ^_^ except: - print("[!] Error: Coloring libraries not installed ,no coloring will be used [Check the readme]") + print("[!] Error: Coloring libraries not installed, no coloring will be used [Check the readme]") G = Y = B = R = W = G = Y = B = R = W = ''