Fixed some typos
This commit is contained in:
parent
35cf6ee70b
commit
1dad9911bd
|
@ -42,7 +42,7 @@ is_windows = sys.platform.startswith('win')
|
||||||
|
|
||||||
# Console Colors
|
# Console Colors
|
||||||
if is_windows:
|
if is_windows:
|
||||||
# Windows deserve coloring too :D
|
# Windows deserves coloring too :D
|
||||||
G = '\033[92m' # green
|
G = '\033[92m' # green
|
||||||
Y = '\033[93m' # yellow
|
Y = '\033[93m' # yellow
|
||||||
B = '\033[94m' # blue
|
B = '\033[94m' # blue
|
||||||
|
@ -54,7 +54,7 @@ if is_windows:
|
||||||
colorama.init()
|
colorama.init()
|
||||||
#Now the unicode will work ^_^
|
#Now the unicode will work ^_^
|
||||||
except:
|
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 = ''
|
G = Y = B = R = W = G = Y = B = R = W = ''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue