Remove redundant failsafe `websocket.close()`

Ping timeouts should do the same thing.
このコミットが含まれているのは:
n9k 2022-04-08 03:13:18 +00:00
コミット c0de94bc5d
1個のファイルの変更0行の追加4行の削除

ファイルの表示

@ -24,7 +24,3 @@ async def live(user):
finally:
see(user)
user['websockets'].pop(queue)
try:
await websocket.close(1001)
except RuntimeError:
pass