From 1030a60f15b83ff3cbffef02e561514cd60c1507 Mon Sep 17 00:00:00 2001 From: Etienne Posthumus Date: Wed, 20 Nov 2024 18:39:04 +0100 Subject: [PATCH] Correct historical name typo in User Agent --- src/shmarql/qry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shmarql/qry.py b/src/shmarql/qry.py index d389b4d..ad2f2a2 100644 --- a/src/shmarql/qry.py +++ b/src/shmarql/qry.py @@ -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/ ep@epoz.org)", + "User-Agent": "SHMARQL/2024 (https://shmarql.com/ ep@epoz.org)", } data = {