Omnibus commited on
Commit
1453434
1 Parent(s): cbe70ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def find_fn(lvl_1,lvl_2,fetch_url,config="TEST",split="test",offset=0,length=10)
44
  out_json=query2(fetch_url,config,split,offset=10,length=20)
45
  lvl_1=lvl_1.strip("[]")
46
 
47
- lvl_2=lvl_2.strip("[]").strip('""').strip("''")
48
  #print(inp)
49
  if lvl_2 != "":
50
  for ea in out_json[f"{lvl_1}"]:
 
44
  out_json=query2(fetch_url,config,split,offset=10,length=20)
45
  lvl_1=lvl_1.strip("[]")
46
 
47
+ lvl_2=lvl_2.strip('""').strip("''")
48
  #print(inp)
49
  if lvl_2 != "":
50
  for ea in out_json[f"{lvl_1}"]: