Skip to content

Commit 7b58617

Browse files
committed
Stream python 国际化支持 to #71545661
1 parent c53842d commit 7b58617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dingtalk_stream/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def open_connection(self):
163163
'clientId': self.credential.client_id,
164164
'clientSecret': self.credential.client_secret,
165165
'subscriptions': topics,
166-
'ua': 'dingtalk-sdk-python/v%s' % VERSION_STRING,
166+
'ua': 'dingtalk-sdk-python/v%s-union' % VERSION_STRING,
167167
'localIp': self.get_host_ip()
168168
}).encode('utf-8')
169169

0 commit comments

Comments
 (0)