From a50ada50302f9ebc34240c2e05e2d6e2495f8111 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 17 Feb 2018 07:46:11 +0000 Subject: [PATCH] minor fix --- scripts/websocket_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/websocket_client.py b/scripts/websocket_client.py index 03a208a6f..753825edf 100755 --- a/scripts/websocket_client.py +++ b/scripts/websocket_client.py @@ -25,6 +25,7 @@ import asyncio import websockets import random + async def tester(): async with websockets.connect('ws://localhost:4317/poll') as websocket: