Fixed formatting

This commit is contained in:
Ben Arc
2021-08-22 23:05:39 +01:00
parent bbdd41ef87
commit e03eb3c82b
10 changed files with 122 additions and 132 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ async def panel(request: Request):
connected_websockets = defaultdict(set)
@copilot_ext.websocket("/ws/<id>/")
@copilot_ext.websocket("/ws/{id}/")
async def wss(id):
copilot = await get_copilot(id)
if not copilot: