Skip to content

Commit

Permalink
Correct historical name typo in User Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
epoz committed Nov 20, 2024
1 parent 85ed4cb commit 1030a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shmarql/qry.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def do_query(query: str) -> dict:
accept_header = "application/sparql-results+json"
headers = {
"Accept": accept_header,
"User-Agent": "SCHMARQL/2024 (https://shmarql.com/ [email protected])",
"User-Agent": "SHMARQL/2024 (https://shmarql.com/ [email protected])",
}

data = {
Expand Down

0 comments on commit 1030a60

Please sign in to comment.