Archived
1
0
Fork 0

Update unit_test.py

This commit is contained in:
yzhh 2021-07-31 02:07:46 +08:00
parent 6d658cd844
commit 58a927a00b

View file

@ -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()