Skip to content

Commit

Permalink
Update kg2_querier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saramsey authored Sep 6, 2023
1 parent 6fbe317 commit 7a449a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/ARAXQuery/Expand/kg2_querier.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _answer_query_using_plover(qg: QueryGraph, log: ARAXResponse) -> Tuple[Dict[
# Then send the actual query
log.debug(f"Sending query to {rtxc.plover_url}")
try:
response = requests.post(f"{rtxc.plover_url}/query",
response = requests.post(f"{rtxc.plover_url}/query/",
json=dict_qg,
timeout=60,
headers={'accept': 'application/json'})
Expand Down

0 comments on commit 7a449a6

Please sign in to comment.