diff options
| -rw-r--r-- | python/fatcat_web/search.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 3b48f49e..5271547d 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -226,7 +226,7 @@ def get_elastic_container_stats(issnl):          json=query,          params=dict(request_cache="true"))      # TODO: abort() -    print(resp.json()) +    #print(resp.json())      resp.raise_for_status()      resp = resp.json()      buckets = resp['aggregations']['container_stats']['buckets'] | 
