Skip to content

Commit 1bce6e7

Browse files
authored
Merge pull request WebexCommunity#157 from fbradyirl/patch-1
Fix for WebexCommunity#147
2 parents 49a0a0d + 4bca438 commit 1bce6e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webexteamssdk/restsession.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ def user_agent(be_geo_id=None, caller=None):
150150
if platform.machine():
151151
data["cpu"] = platform.machine()
152152

153+
data["organization"] = {}
154+
153155
# Add self-identified organization information to the User-Agent Header.
154156
if be_geo_id:
155157
data["organization"]["be_geo_id"] = be_geo_id

0 commit comments

Comments
 (0)