feat: user-agent

This commit is contained in:
2024-11-28 18:39:02 +03:00
parent 4841578dee
commit 2b5c3966e5

View File

@@ -27,7 +27,8 @@ class WildberriesMarketplaceApi(BaseMarketplaceApi):
self.headers = { self.headers = {
'Authorization': token, 'Authorization': token,
'Content-Type': 'application/json' 'Content-Type': 'application/json',
'User-Agent': 'wbas_seller.denco.store3547'
} }
def get_headers(self): def get_headers(self):