将项目划分表按照业务拆分

This commit is contained in:
chentianrui
2024-08-23 15:05:48 +08:00
parent 5fc8375a06
commit d1117c73c4
5 changed files with 29 additions and 43 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
def load_configs():
with open("config/loaders.yaml") as f:
with open("config/loaders.yaml",'r', encoding='utf-8') as f:
configs = yaml.safe_load(f)
return configs