@@ -104,7 +104,7 @@ def fetch_all_keys():
break
data = r.json()
- print(data)
+ # print(data)
dataList.extend(data['_embedded']['keys'])