minor fix

This commit is contained in:
2025-07-24 11:53:08 +08:00
parent 9aced634fa
commit 0ab4244201

View File

@@ -223,7 +223,6 @@ def main():
print(f'[信息] 当前发送速率 {round(rate, 2)} 封/分钟')
if rate > 8.33: print('[警告] 当前发送速率已超出限制 8.33 封/分钟')
print(f'[信息] 计划发送 {length}')
print(f'[信息] 预计使用时间 {timedelta(minutes=length / rate)}')
print(f'[信息] 当前时区:{args.timezone}')
print(f'[信息] 已读取可用问候语 {len(greetings)} 条:', end='\n\n')