summaryrefslogtreecommitdiff
path: root/input_gadgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'input_gadgets.c')
-rw-r--r--input_gadgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_gadgets.c b/input_gadgets.c
index 7daaeaa..6b196ac 100644
--- a/input_gadgets.c
+++ b/input_gadgets.c
@@ -361,7 +361,7 @@ char *gadgets_retrieve_weather_forecast(MemoryStruct *chunk, time_t *expiration,
curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, chunk);
curl_easy_setopt(curl_handle, CURLOPT_HEADERFUNCTION, lookForExpirationHeader);
curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA, expiration);
- curl_easy_setopt(curl_handle, CURLOPT_USERAGENT, "libcurl-agent/1.0");
+ curl_easy_setopt(curl_handle, CURLOPT_USERAGENT, "wetter-Anzeige wetter@eckner.net");
res = curl_easy_perform(curl_handle);
curl_easy_cleanup(curl_handle);
if (res != CURLE_OK) {