Update config.py

This commit is contained in:
hi80482 2020-07-03 22:27:18 +08:00 committed by GitHub
parent cf9683f890
commit 7d8927fe3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: