We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53842d commit 7b58617Copy full SHA for 7b58617
dingtalk_stream/stream.py
@@ -163,7 +163,7 @@ def open_connection(self):
163
'clientId': self.credential.client_id,
164
'clientSecret': self.credential.client_secret,
165
'subscriptions': topics,
166
- 'ua': 'dingtalk-sdk-python/v%s' % VERSION_STRING,
+ 'ua': 'dingtalk-sdk-python/v%s-union' % VERSION_STRING,
167
'localIp': self.get_host_ip()
168
}).encode('utf-8')
169
0 commit comments