Skip to content

Commit

Permalink
statistics.py updated to remote url
Browse files Browse the repository at this point in the history
  • Loading branch information
bsesic committed Jun 14, 2023
1 parent 986bf38 commit d816919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def sparql_query(query):
sparql = SPARQLWrapper("http://localhost:3030/judaicalink/query")
sparql = SPARQLWrapper("http://data.judaicalink.org/sparql/query")

sparql.setQuery(query)

Expand Down

0 comments on commit d816919

Please sign in to comment.