mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-28 22:08:45 +08:00
Merge pull request #54 from zytomorrow/patch-1
Update jd_identicalnew.py
This commit is contained in:
commit
39319cf0ef
@ -65,7 +65,7 @@ def get_tasklist() -> list:
|
||||
def filter_res_sub(tasklist: list) -> tuple:
|
||||
filter_list = []
|
||||
res_list = []
|
||||
for task in tasklist:
|
||||
for task in tasklist['data']:
|
||||
for sub in sub_list:
|
||||
if task.get("command").find(sub) == -1:
|
||||
flag = False
|
||||
|
Loading…
Reference in New Issue
Block a user