Skip to content

Commit db9b607

Browse files
committed
fix project name in user-agent field
1 parent 6b4aad2 commit db9b607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet/api/dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def rebuild_auth(self, prepared_request, response):
9494

9595

9696
def _get_user_agent():
97-
return 'planet-python-client/%s' % __version__
97+
return 'planet-client-python/%s' % __version__
9898

9999

100100
def _headers(request):

0 commit comments

Comments
 (0)