Update config.py

This commit is contained in:
hi80482
2020-07-03 22:27:18 +08:00
committed by GitHub
parent cf9683f890
commit 7d8927fe3b

View File

@@ -45,7 +45,7 @@ def PreparationInAdv():
if SKIN != None:
return
SKIN= "../skin/default"
SKIN= "../skin/DEOT"
if FileExists("%s/.gameshell_skin" % os.path.expanduser('~')) == True:
with open("%s/.gameshell_skin" % os.path.expanduser('~'),"r") as f: