Skip to content

Commit

Permalink
NWS API: Adjust User-Agent header
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl authored and gutzbenj committed Nov 21, 2022
1 parent cbe08a4 commit 1638f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wetterdienst/provider/nws/observation/api.py
Expand Up @@ -20,7 +20,7 @@
from wetterdienst.util.parameter import DatasetTreeCore

Settings.fsspec_client_kwargs["headers"] = {
"User-Agent": "wetterdienst/gutzemann@gmail.com",
"User-Agent": "wetterdienst/0.48.0",
"Content-Type": "application/json",
}

Expand Down

0 comments on commit 1638f74

Please sign in to comment.