Skip to content

Commit 28be261

Browse files
RoguelazerJustintime50
authored andcommitted
collect python_implementation in easypost-python user-agent
1 parent 3d08250 commit 28be261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easypost/requestor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def request_raw(self, method, url, params=None, api_key_required=True):
6060
("lang_version", platform.python_version),
6161
("platform", platform.platform),
6262
("uname", lambda: " ".join(platform.uname())),
63+
("implementation", platform.python_implementation),
6364
):
6465
try:
6566
val = func()

0 commit comments

Comments
 (0)