Skip to content

Commit db3deed

Browse files
author
clickingbuttons
authored
update version string (#205)
1 parent ebeefba commit db3deed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon/rest/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(
4242
num_pools=num_pools,
4343
headers={
4444
"Authorization": "Bearer " + self.API_KEY,
45-
"User-Agent": "Python client " + version,
45+
"User-Agent": f"Polygon.io PythonClient/{version}",
4646
},
4747
ca_certs=certifi.where(),
4848
cert_reqs="CERT_REQUIRED",

0 commit comments

Comments
 (0)