update: added mail slicing tool
This commit is contained in:
@@ -232,7 +232,7 @@ def main():
|
||||
print(f'[信息] 当前发送速率 {round(rate, 2)} 封/分钟')
|
||||
if rate > 8.33: print('[警告] 当前发送速率已超出限制 8.33 封/分钟')
|
||||
print(f'[信息] 预计使用时间 {timedelta(minutes=length / rate)}')
|
||||
print(f'[信息] 当前时区:{args.timezone or '无'}')
|
||||
print(f'[信息] 当前时区:{timezone or '无'}')
|
||||
|
||||
entries = list(filter(lambda it: it.get('locale') == suffix, greetings))
|
||||
locale = dict(entries[0]) if len(entries) > 0 else None
|
||||
|
||||
Reference in New Issue
Block a user