Omnibus commited on
Commit
c1d30cd
1 Parent(s): 7f431fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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):