This commit is contained in:
luoxueyi 2022-10-28 13:50:13 +08:00
parent 0a2b8dd867
commit 3829061bbd
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class Sqlite3Server(object):
#FIXME: 临时方案 PHP
PHPSeverSend(_appname=i, _appversion=pkgversion, _statue=status, _errorcode="10000100", _errorstring=errstr)
file_path = os.path.join(get_config_patch(), str(pkgname) + ".yaml")
file_path = os.path.join(get_config_patch(), str(i) + ".yaml")
with open(file_path, "r") as stream:
try:
data_yaml = yaml.safe_load(stream)