Correct code location in user agent string

This commit is contained in:
Edward Betts 2024-05-04 08:50:19 +00:00
parent 6b558086c1
commit b8b42b1440

View file

@ -1,12 +1,9 @@
"""Match OSM and Wikidata items."""
CallParams = dict[str, str | int]
user_agent = (
"osm-wikidata/0.2"
+ " (https://github.com/EdwardBetts/osm-wikidata;"
+ " edward@4angle.com)"
"osm-wikidata/0.2 (https://git.4angle.com/edward/owl-map; edward@4angle.com)"
)