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.
2 parents c53842d + f704c5a commit 6381a7bCopy full SHA for 6381a7b
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
dingtalk_stream/version.py
@@ -1 +1 @@
1
-VERSION_STRING = '0.24.2'
+VERSION_STRING = '0.24.3'
0 commit comments