Commit 4becebf6 by Oleksandr Barabash

more logs

parent 3aa7433b
......@@ -111,6 +111,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
try:
attachments = None
if cards is not None:
Log.i(TAG, f"send_message::cards: {cards}")
attachments = [
CardFactory.adaptive_card(x) for x in cards
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment