We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ba131 commit 25ba174Copy full SHA for 25ba174
slack/web/async_internal_utils.py
@@ -56,7 +56,7 @@ def _get_headers(
56
e.g. {
57
'Content-Type': 'application/json;charset=utf-8',
58
'Authorization': 'Bearer xoxb-1234-1243',
59
- 'User-Agent': 'Python/3.7.0 slack/2.1.0 Darwin/17.7.0'
+ 'User-Agent': 'Python/3.7.17 slack/2.1.0 Darwin/17.7.0'
60
}
61
"""
62
final_headers = {
slack_sdk/web/internal_utils.py
@@ -91,7 +91,7 @@ def _get_headers(
91
92
93
94
95
96
97
0 commit comments