marks
commited on
Commit
·
1a75585
1
Parent(s):
1778e91
Fixed logger
Browse files- api_clients.py +1 -1
api_clients.py
CHANGED
|
@@ -3,7 +3,7 @@ from typing import List, Tuple, Optional
|
|
| 3 |
import aiohttp
|
| 4 |
import elevenlabs
|
| 5 |
from contextlib import asynccontextmanager
|
| 6 |
-
from
|
| 7 |
|
| 8 |
logger = setup_logger("api_clients")
|
| 9 |
|
|
|
|
| 3 |
import aiohttp
|
| 4 |
import elevenlabs
|
| 5 |
from contextlib import asynccontextmanager
|
| 6 |
+
from logger import setup_logger, log_execution_time, log_async_execution_time
|
| 7 |
|
| 8 |
logger = setup_logger("api_clients")
|
| 9 |
|