We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeefba commit db3deedCopy full SHA for db3deed
polygon/rest/base.py
@@ -42,7 +42,7 @@ def __init__(
42
num_pools=num_pools,
43
headers={
44
"Authorization": "Bearer " + self.API_KEY,
45
- "User-Agent": "Python client " + version,
+ "User-Agent": f"Polygon.io PythonClient/{version}",
46
},
47
ca_certs=certifi.where(),
48
cert_reqs="CERT_REQUIRED",
0 commit comments