[mod] pep8

This commit is contained in:
Laurent Peuch 2021-01-21 22:29:54 +01:00
parent e569bffd89
commit f1dad89c83

3
run.py
View file

@ -512,9 +512,10 @@ def chunks(l, n):
yield chunk
chunk = []
a = 0
yield chunk
@app.websocket('/index-ws')
@clean_websocket
async def ws_index(request, websocket):