8000 Update bot_telemetry_middleware.py · ToucanToco/botbuilder-python@0bcd0ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bcd0ed

Browse files
author
Emily Olshefski
authored
Update bot_telemetry_middleware.py
1 parent dcfe8db commit 0bcd0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/django/bot_telemetry_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def retrieve_bot_body():
1313
"""
1414
Retrieve the POST body text from temporary cache.
1515
16-
The POST body corresponds to the thread ID and should reside in cache just for the lifetime of a request.
16+
The POST body corresponds to the thread ID and must reside in the cache just for the lifetime of the request.
1717
"""
1818

1919
result = _REQUEST_BODIES.get(current_thread().ident, None)

0 commit comments

Comments
 (0)
0