Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,8 @@ def query2(fetch_url,config="TEST",split="test",offset=0,length=10):
|
|
36 |
response = requests.get(API_URL2)
|
37 |
dictionary=response.json()
|
38 |
print (len(dictionary))
|
|
|
|
|
39 |
return dictionary
|
40 |
|
41 |
def find_fn(lvl_1,lvl_2,fetch_url,config="TEST",split="test",offset=0,length=10):
|
|
|
36 |
response = requests.get(API_URL2)
|
37 |
dictionary=response.json()
|
38 |
print (len(dictionary))
|
39 |
+
for key in dictionary:
|
40 |
+
print (key)
|
41 |
return dictionary
|
42 |
|
43 |
def find_fn(lvl_1,lvl_2,fetch_url,config="TEST",split="test",offset=0,length=10):
|