test
This commit is contained in:
parent
b257c0ceee
commit
d9b1241aee
@ -64,6 +64,9 @@ def do_file_search(arr_file_path):
|
||||
return None
|
||||
if not len(response_json):
|
||||
return None
|
||||
DBids = []
|
||||
for x in response_json:
|
||||
print(x)
|
||||
DBids = [response_json[x]["DB"] for x in response_json if "DB" in list(response_json[x].keys())]
|
||||
print(DBids)
|
||||
DBid = DBids[0]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user