feat: user-agent

This commit is contained in:
2024-11-28 18:38:06 +03:00
parent 96998a4c05
commit f66e960f09

View File

@@ -34,7 +34,7 @@ class WildberriesMarketplaceApi(BaseMarketplaceApi):
"Please check the marketplace credentials."
)
self.token = token
self.headers = {'Authorization': token}
self.headers = {'Authorization': token, 'User-Agent': 'wbas_seller.denco.store3547'}
self.marketplace = marketplace
@property