Skip to content

Commit

Permalink
Merge pull request #157 from fbradyirl/patch-1
Browse files Browse the repository at this point in the history
Fix for #147
  • Loading branch information
sQu4rks authored Apr 8, 2021
2 parents 49a0a0d + 4bca438 commit 1bce6e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webexteamssdk/restsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ def user_agent(be_geo_id=None, caller=None):
if platform.machine():
data["cpu"] = platform.machine()

data["organization"] = {}

# Add self-identified organization information to the User-Agent Header.
if be_geo_id:
data["organization"]["be_geo_id"] = be_geo_id
Expand Down

0 comments on commit 1bce6e7

Please sign in to comment.