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 = ''