Disable MediaPipe Clearcut telemetry

This commit is contained in:
2026-06-02 09:32:56 +08:00
parent fde0e0383d
commit be4a691fb5
+3
View File
@@ -1,3 +1,6 @@
import os
os.environ["MEDIAPIPE_DISABLE_LOGGING"] = "1"
import asyncio import asyncio
from handle_client import main from handle_client import main