Commit dc1df0f4 authored by Michael Tremer's avatar Michael Tremer

downloader: Change user-agent to location

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 22d8fa6f
......@@ -71,7 +71,7 @@ class Downloader(object):
# Update headers
headers.update({
"User-Agent" : "location-downloader/@VERSION@",
"User-Agent" : "location/@VERSION@",
})
# Set headers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment