Browse Source

use single ticks..

main
John-Mark Gurney 3 years ago
parent
commit
ce84688a84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bitelab/__init__.py

+ 1
- 1
bitelab/__init__.py View File

@@ -686,7 +686,7 @@ async def root_test(board_prio: dict = Depends(board_priority),
settings: config.Settings = Depends(get_settings)):
return { 'foo': 'bar', 'board': board_prio }

@router.websocket("/ssh")
@router.websocket('/ssh')
async def board_exec_ws(
websocket: WebSocket):
await websocket.accept()


Loading…
Cancel
Save