Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def find_fn(lvl_1,lvl_2,fetch_url,config="TEST",split="test",offset=0,length=10)
|
|
70 |
def upd_drop(lvl_1,fetch_url,config="TEST",split="test",offset=0,length=10):
|
71 |
|
72 |
#def upd_drop(inp1,inp2,inp3,inp4,inp5,fetch_url,config="TEST",split="test",offset=0,length=10):
|
73 |
-
out_json=query2(fetch_url,config,split,offset=10,length=20)
|
74 |
lvl_2=[]
|
75 |
for ea in out_json[lvl_1]:
|
76 |
lvl_2.append(out_json[f'{lvl_1}'][f'{ea}'])
|
|
|
70 |
def upd_drop(lvl_1,fetch_url,config="TEST",split="test",offset=0,length=10):
|
71 |
|
72 |
#def upd_drop(inp1,inp2,inp3,inp4,inp5,fetch_url,config="TEST",split="test",offset=0,length=10):
|
73 |
+
out_json,_=query2(fetch_url,config,split,offset=10,length=20)
|
74 |
lvl_2=[]
|
75 |
for ea in out_json[lvl_1]:
|
76 |
lvl_2.append(out_json[f'{lvl_1}'][f'{ea}'])
|