From: Michael Tremer Date: Wed, 3 Jun 2020 17:15:27 +0000 (+0000) Subject: downloader: Change user-agent to location X-Git-Tag: 0.9.2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc1df0f469668ef3dc4e1a9a7623a0ebba2b051e;p=location%2Flibloc.git downloader: Change user-agent to location Signed-off-by: Michael Tremer --- diff --git a/src/python/downloader.py b/src/python/downloader.py index c9e6e00..eb28007 100644 --- a/src/python/downloader.py +++ b/src/python/downloader.py @@ -71,7 +71,7 @@ class Downloader(object): # Update headers headers.update({ - "User-Agent" : "location-downloader/@VERSION@", + "User-Agent" : "location/@VERSION@", }) # Set headers