Fixed a typo in comments
This commit is contained in:
parent
65ba4923fa
commit
1da8dc566a
|
|
@ -26,7 +26,7 @@ try:
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
#Check if we are this running on windows platform
|
#Check if we are running this on windows platform
|
||||||
is_windows = sys.platform.startswith('win')
|
is_windows = sys.platform.startswith('win')
|
||||||
|
|
||||||
#Console Colors
|
#Console Colors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue