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 d56b818 + 735f467 commit c53842dCopy full SHA for c53842d
dingtalk_stream/stream.py
@@ -70,7 +70,7 @@ async def start(self):
70
continue
71
self.logger.info('endpoint is %s', connection)
72
73
- uri = f"{connection["endpoint"]}?ticket={quote_plus(connection["ticket"])}"
+ uri = f'{connection["endpoint"]}?ticket={quote_plus(connection["ticket"])}'
74
async with websockets.connect(uri) as websocket:
75
self.websocket = websocket
76
asyncio.create_task(self.keepalive(websocket))
dingtalk_stream/version.py
@@ -1 +1 @@
1
-VERSION_STRING = '0.24.1'
+VERSION_STRING = '0.24.2'
0 commit comments