summaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/query_citation.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-25 22:46:06 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-25 22:46:06 -0800
commiteeac3b091cfa9937e7222253c650e21d0865eb79 (patch)
tree2f5aa4baaae8ce29812fc23e5ee071533b7c28b7 /fatcat_scholar/query_citation.py
parentb9ad86071622b0e12cc5ff7fccc4e094785891fb (diff)
downloadfatcat-scholar-eeac3b091cfa9937e7222253c650e21d0865eb79.tar.gz
fatcat-scholar-eeac3b091cfa9937e7222253c650e21d0865eb79.zip
make fmt
Diffstat (limited to 'fatcat_scholar/query_citation.py')
-rw-r--r--fatcat_scholar/query_citation.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/fatcat_scholar/query_citation.py b/fatcat_scholar/query_citation.py
index 21f4a9c..4f40c73 100644
--- a/fatcat_scholar/query_citation.py
+++ b/fatcat_scholar/query_citation.py
@@ -188,7 +188,9 @@ if __name__ == "__main__":
release = ref_to_release(ref)
print(release)
- es_backend = os.environ.get("ELASTICSEARCH_FATCAT_BASE", "https://search.fatcat.wiki")
+ es_backend = os.environ.get(
+ "ELASTICSEARCH_FATCAT_BASE", "https://search.fatcat.wiki"
+ )
es_client = elasticsearch.Elasticsearch(es_backend)
api_conf = fatcat_openapi_client.Configuration()
api_conf.host = os.environ.get("FATCAT_API_HOST", "https://api.fatcat.wiki/v0")