mirror of
https://github.com/dropbox/zxcvbn.git
synced 2026-01-10 06:27:57 -05:00
newly generated build_frequency_lists.py
This commit is contained in:
@@ -114,8 +114,6 @@ def filter_frequency_lists(freq_lists):
|
||||
if cutoff_limit and len(token_rank_pairs) > cutoff_limit:
|
||||
token_rank_pairs = token_rank_pairs[:cutoff_limit]
|
||||
result[name] = [pair[0] for pair in token_rank_pairs] # discard rank post-sort
|
||||
with open(name + '_test.txt', 'w') as f2:
|
||||
f2.write('\n'.join(result[name]))
|
||||
return result
|
||||
|
||||
def to_kv(lst, lst_name):
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user