mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] pep8
This commit is contained in:
parent
e569bffd89
commit
f1dad89c83
1 changed files with 2 additions and 1 deletions
3
run.py
3
run.py
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue