From 752c8371955df005a4c9f666ac87d87ff5ef9dd4 Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Sat, 6 Jun 2026 17:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91c3=5Fclient.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selfdrive/c3_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/c3_client.py b/selfdrive/c3_client.py index b3224057..c8b55436 100644 --- a/selfdrive/c3_client.py +++ b/selfdrive/c3_client.py @@ -541,7 +541,7 @@ async def execute_update_oneclick(): # ================= 截图 ================= async def execute_snapshot(): - \"\"\"截取设备屏幕画面,返回 base64 编码的 PNG\"\"\" + """截取设备屏幕画面,返回 base64 编码的 PNG""" try: import base64, subprocess, os, json