forked from openlp/openlp
minor fix
This commit is contained in:
parent
b9b9e0b558
commit
a50ada5030
@ -25,6 +25,7 @@ import asyncio
|
|||||||
import websockets
|
import websockets
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
|
||||||
async def tester():
|
async def tester():
|
||||||
async with websockets.connect('ws://localhost:4317/poll') as websocket:
|
async with websockets.connect('ws://localhost:4317/poll') as websocket:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user