From 1f47d637609861e055bb2956fc212916810ba125 Mon Sep 17 00:00:00 2001 From: Randall Date: Wed, 20 Nov 2024 11:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20iat.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iat.py b/iat.py index bfd8d81..a8d6369 100644 --- a/iat.py +++ b/iat.py @@ -117,7 +117,7 @@ def on_error(ws, error): global running global results running = False - results += '*#本次转写失败#*,error:' + str(error) + results += '*#本次转写失败#* error: ' + str(error)