diff --git a/邮件批量发送.py b/邮件批量发送.py index 3489107..1180b0f 100644 --- a/邮件批量发送.py +++ b/邮件批量发送.py @@ -235,7 +235,7 @@ def main(): print(f'[信息] 预计使用时间 {timedelta(minutes=length / rate)}') print(f'[信息] 已设定允许重试次数:{args.retry}') - print(f'[信息] 已设定最大重复次数:{args.max_occurrence or '无'}') + print(f'[信息] 已设定最大重复次数:{args.max_occurrence or '无限制'}') print(f'[信息] 当前时区:{timezone or '无'}') entries = list(filter(lambda it: it.get('locale') == suffix, greetings))