更新 iat.py

This commit is contained in:
Randall 2024-11-20 11:17:00 +08:00
parent b0dfc6a5a1
commit 1f47d63760

2
iat.py
View File

@ -117,7 +117,7 @@ def on_error(ws, error):
global running global running
global results global results
running = False running = False
results += '*#本次转写失败#*error' + str(error) results += '*#本次转写失败#* error: ' + str(error)