From 58a927a00b08c10ac866ae5d66bcd4c1bb71011e Mon Sep 17 00:00:00 2001 From: yzhh <2596322644@qq.com> Date: Sat, 31 Jul 2021 02:07:46 +0800 Subject: [PATCH] Update unit_test.py --- unit_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_test.py b/unit_test.py index ce131dc7..06656fb2 100644 --- a/unit_test.py +++ b/unit_test.py @@ -21,7 +21,7 @@ async def unit_test(): senderFrom='TEST|Console'), session=Session(message=m, target='TEST|0', sender='TEST|0'))) except KeyboardInterrupt: - print('已退出。') + print('Exited.') break except Exception: traceback.print_exc()