Skip to content

Commit ff4c06a

Browse files
author
lyubomir atanasov
committed
set correct user-agent version
1 parent e1ac74b commit ff4c06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailjet_rest/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Config(object):
1515
API_URL = 'https://api.mailjet.com/'
1616
API_REF = 'http://dev.mailjet.com/email-api/v3/'
1717
version = 'v3'
18-
user_agent = 'mailjet-apiv3-python/' + get_version()
18+
user_agent = 'mailjet-apiv3-python/v' + get_version()
1919

2020
def __init__(self, version=None):
2121
if version is not None:

0 commit comments

Comments
 (0)