Spaces:
Runtime error
Runtime error
Commit ·
4f665b8
1
Parent(s): 53e8087
5th error
Browse files- routes/transcripe.py +1 -0
routes/transcripe.py
CHANGED
|
@@ -12,6 +12,7 @@ from models.transcriptions import create_transcription
|
|
| 12 |
from models.database import get_db
|
| 13 |
from sqlalchemy.exc import IntegrityError
|
| 14 |
from websockets.exceptions import ConnectionClosedOK, ConnectionClosedError
|
|
|
|
| 15 |
|
| 16 |
logging.basicConfig(level=logging.INFO)
|
| 17 |
logger = logging.getLogger(__name__)
|
|
|
|
| 12 |
from models.database import get_db
|
| 13 |
from sqlalchemy.exc import IntegrityError
|
| 14 |
from websockets.exceptions import ConnectionClosedOK, ConnectionClosedError
|
| 15 |
+
import aiohttp, asyncio
|
| 16 |
|
| 17 |
logging.basicConfig(level=logging.INFO)
|
| 18 |
logger = logging.getLogger(__name__)
|