style(config): 移除配置文件中的多余注释和环境变量设置

- 移除了 config.yaml 中的注释行
- 移除了 app/core/logging.py 中多余的空格
- 移除了 app/main.py 中的环境变量设置代码
- 移除了 app/main.py 中未使用的导入语句
This commit is contained in:
2026-06-10 10:29:36 +08:00
parent e86c2301ec
commit c612a7ad71
3 changed files with 2 additions and 7 deletions
-5
View File
@@ -1,10 +1,5 @@
from __future__ import annotations
import os
os.environ["MEDIAPIPE_DISABLE_LOGGING"] = "1"
os.environ["GLOG_minloglevel"] = "3"
import asyncio
from loguru import logger
+1 -1
View File
@@ -10,7 +10,7 @@ video:
process_every_n_frames: 1
model:
path: "./pose_models/pose_landmarker_full.task" # empty = auto-detect pose_models/pose_landmarker_full.task
path: "./pose_models/pose_landmarker_full.task"
prefer_gpu: true
dead_bug: