Skip to content

Commit

Permalink
modify UA
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 committed May 4, 2018
1 parent ece048a commit 37e3789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcloud_cos/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def send_request(self, method, url, timeout=30, **kwargs):
timeout = self._conf._timeout
if self._conf._token is not None:
kwargs['headers']['x-cos-security-token'] = self._conf._token
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.4.1'
kwargs['headers']['User-Agent'] = 'cos-python-sdk-v5.1.4.2'
try:
for j in range(self._retry):
if method == 'POST':
Expand Down

0 comments on commit 37e3789

Please sign in to comment.