mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-20 09:34:46 +02:00
reenable colors
This commit is contained in:
3
V4.py
3
V4.py
@ -26,6 +26,9 @@ main = True
|
||||
IsLinux = platform == "linux"
|
||||
print("Linux : "+ str(IsLinux))
|
||||
|
||||
if not IsLinux :
|
||||
system("") #enable colors in cmd
|
||||
|
||||
config_path = "./config"
|
||||
config = configparser.ConfigParser()
|
||||
config.read(config_path)
|
||||
|
Reference in New Issue
Block a user