Skip to content

Commit ce9036c

Browse files
authored
Update api.py
1 parent 933a0fa commit ce9036c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __request(self, method, endpoint, data, params=None, **kwargs):
7171
url = self.__get_url(endpoint)
7272
auth = None
7373
headers = {
74-
"user-agent": "WooCommerce API Client-Python/%s" % __version__,
74+
"user-agent": "WooCommerce API Client/%s" % __version__,
7575
"accept": "application/json"
7676
}
7777

0 commit comments

Comments
 (0)