forked from edward/owl-map
Update version in User-Agent header
This commit is contained in:
parent
dfb282b468
commit
d1e5a31225
|
@ -4,7 +4,9 @@
|
||||||
CallParams = dict[str, str | int]
|
CallParams = dict[str, str | int]
|
||||||
|
|
||||||
user_agent = (
|
user_agent = (
|
||||||
"osm-wikidata/0.1 (https://github.com/EdwardBetts/osm-wikidata; edward@4angle.com)"
|
"osm-wikidata/0.2"
|
||||||
|
+ " (https://github.com/EdwardBetts/osm-wikidata;"
|
||||||
|
+ " edward@4angle.com)"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue