Skip to content

Commit d968782

Browse files
Merge pull request #80 from algolia/user-agent
Implement new User-Agent convention
2 parents a2b2958 + 3f2fb2f commit d968782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(self, app_id, api_key, hosts=None, _transport=None):
8080
'X-Algolia-Application-Id': app_id,
8181
'Content-Type': 'gzip',
8282
'Accept-Encoding': 'gzip',
83-
'User-Agent': 'Algolia Search for Python %s' % VERSION
83+
'User-Agent': 'Algolia for Python (%s)' % VERSION
8484
}
8585

8686
self._app_id = app_id

0 commit comments

Comments
 (0)