diff --git a/main.py b/main.py index 1186fee..aa59379 100644 --- a/main.py +++ b/main.py @@ -511,6 +511,7 @@ def main(driver: WebDriver): tell('程序中断', level=1) status = Status.TERMINATED + outbox.put(Command('setProgress', cursor, name, recipient, sent, warnings, errors)) progress = cursor / limit * 100 tell('当前进度:%.2f %%' % progress) tell(f'已发送 {sent} 封;发送失败 {errors} 封;跳过重复项 {warnings} 个')