There was an error while loading. Please reload this page.
user_agent
1 parent f5217fa commit 34291e8Copy full SHA for 34291e8
1 file changed
pyixapi/core/response.py
@@ -298,7 +298,7 @@ def save(self) -> bool:
298
base=self.endpoint.url,
299
token=self.api.access_token,
300
http_session=self.api.http_session,
301
- user_agent=self.user_agent,
+ user_agent=self.api.user_agent,
302
proxies=self.api.proxies,
303
)
304
if r.patch(updates):
@@ -326,7 +326,7 @@ def delete(self) -> bool:
326
327
328
329
330
331
332
return True if r.delete() else False
0 commit comments