minor fix

This commit is contained in:
Tim Bentley 2018-02-17 07:46:11 +00:00
parent b9b9e0b558
commit a50ada5030

View File

@ -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: