close websocket connections in an improved way

This commit is contained in:
Jakob Ketterl
2019-09-21 13:49:37 +02:00
parent 428a9ca509
commit 2edeffb761
3 changed files with 56 additions and 37 deletions

View File

@ -10,8 +10,8 @@ from owrx.controllers import (
AprsSymbolsController,
)
from http.server import BaseHTTPRequestHandler
import re
from urllib.parse import urlparse, parse_qs
import re
import logging