Chrunos commited on
Commit
f6fc6c9
·
verified ·
1 Parent(s): 781359a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,