Skip to content
Snippets Groups Projects
Commit 67b51c17 authored by Bensong Liu's avatar Bensong Liu
Browse files

further crack

parent 7e42e639
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,6 @@ prefix_data = list(data['prefixes' ]) # 在famous_data前面弄点nonsense_dat ...@@ -17,8 +17,6 @@ prefix_data = list(data['prefixes' ]) # 在famous_data前面弄点nonsense_dat
postfix_data = list(data['postfixes']) # 在famous_data后面弄点nonsense_data postfix_data = list(data['postfixes']) # 在famous_data后面弄点nonsense_data
nonsense_data = list(data['shits' ]) # 代表文章主要nonsense_data来源 nonsense_data = list(data['shits' ]) # 代表文章主要nonsense_data来源
print("debug: len=", [len(l) for l in [famous_data, prefix_data, postfix_data, nonsense_data]])
repeat_factor = 2 repeat_factor = 2
def randomized_yield(iterable): def randomized_yield(iterable):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment