Commit 5a6e6381 by Oleksandr Barabash

unquote added to log

parent 98d2a33d
......@@ -370,7 +370,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
# noinspection PyBroadException
try:
flow = await self.cosmos_client.get_flow(message)
Log.e(TAG, f"on_message_activity::flow.url:{flow.url}")
Log.e(TAG, f"on_message_activity::flow.url:{unquote(flow.url)}")
async with aiohttp.ClientSession() as session:
# TODO(s1z): string bot's @mention if needed.
data = dict(reference=reference, message=message)
......
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