test
This commit is contained in:
parent
d9b1241aee
commit
4409c410d1
@ -66,8 +66,9 @@ def do_file_search(arr_file_path):
|
||||
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())]
|
||||
if "DB" in list(x.keys()):
|
||||
DBids.append(x["DB"])
|
||||
# DBids = [response_json[x]["DB"] for x in response_json if "DB" in list(response_json[x].keys())]
|
||||
print(DBids)
|
||||
DBid = DBids[0]
|
||||
return DBid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user