Fixed a typo in comments
This commit is contained in:
parent
65ba4923fa
commit
1da8dc566a
|
@ -26,7 +26,7 @@ try:
|
|||
except:
|
||||
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')
|
||||
|
||||
#Console Colors
|
||||
|
|
Loading…
Reference in New Issue