This commit is contained in:
yumoqing 2026-03-24 11:46:52 +08:00
parent 9d0c102b36
commit dcda520bc7

View File

@ -270,6 +270,7 @@ where a.id = b.ppid
def get_pricing_from_ymalstr(config_data, yamlstr): def get_pricing_from_ymalstr(config_data, yamlstr):
""" """
yamlstr是从 yamlstr是从
"""
d = None d = None
try: try:
d = yaml.safe_load(yamlstr) d = yaml.safe_load(yamlstr)