cherry pick
This commit is contained in:
@@ -235,7 +235,7 @@ def main():
|
|||||||
|
|
||||||
print(f'[信息] 预计使用时间 {timedelta(minutes=length / rate)}')
|
print(f'[信息] 预计使用时间 {timedelta(minutes=length / rate)}')
|
||||||
print(f'[信息] 已设定允许重试次数:{args.retry}')
|
print(f'[信息] 已设定允许重试次数:{args.retry}')
|
||||||
print(f'[信息] 已设定最大重复次数:{args.max_occurrence or '无'}')
|
print(f'[信息] 已设定最大重复次数:{args.max_occurrence or '无限制'}')
|
||||||
print(f'[信息] 当前时区:{timezone or '无'}')
|
print(f'[信息] 当前时区:{timezone or '无'}')
|
||||||
|
|
||||||
entries = list(filter(lambda it: it.get('locale') == suffix, greetings))
|
entries = list(filter(lambda it: it.get('locale') == suffix, greetings))
|
||||||
|
|||||||
Reference in New Issue
Block a user