Skip to content

Commit

Permalink
setting force_local to False
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnthomas98 committed Aug 15, 2023
1 parent 94632e4 commit ddbf770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/ARAXQuery/ARAX_expander.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def get_parameter_info_dict():
return parameter_info_dict

def apply(self, response, input_parameters, mode: str = "ARAX"):
force_local = True # Flip this to make your machine act as the KG2 'API' (do not commit! for local use only)
force_local = False # Flip this to make your machine act as the KG2 'API' (do not commit! for local use only)
message = response.envelope.message
# Initiate an empty knowledge graph if one doesn't already exist
if message.knowledge_graph is None:
Expand Down

0 comments on commit ddbf770

Please sign in to comment.