Update app.py
Browse files
app.py
CHANGED
@@ -393,6 +393,7 @@ async def download_audio(
|
|
393 |
|
394 |
# Configure logging
|
395 |
logging.basicConfig(level=logging.INFO)
|
|
|
396 |
|
397 |
@app.post("/search")
|
398 |
async def search_and_download_song(request: Request,
|
|
|
393 |
|
394 |
# Configure logging
|
395 |
logging.basicConfig(level=logging.INFO)
|
396 |
+
logger = logging.getLogger(__name__)
|
397 |
|
398 |
@app.post("/search")
|
399 |
async def search_and_download_song(request: Request,
|