Skip to content

Commit 9b904f9

Browse files
author
Jian Chen
committed
fix attachment_action inputs property
1 parent 5a2460a commit 9b904f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webexteamssdk/models/mixins/attachment_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def messageId(self):
7070
@property
7171
def inputs(self):
7272
"""The attachment action's inputs"""
73-
return self._json_data('inputs')
73+
return self._json_data.get('inputs')
7474

7575
@property
7676
def created(self):

0 commit comments

Comments
 (0)