Browse Source

re-add used var

Adam 1 month ago
parent
commit
08b958cfc9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      backend/open_webui/routers/audio.py

+ 2 - 1
backend/open_webui/routers/audio.py

@@ -3,6 +3,7 @@ import json
 import logging
 import os
 import uuid
+
 from functools import lru_cache
 from pydub import AudioSegment
 from pydub.silence import split_on_silence
@@ -14,7 +15,7 @@ import aiohttp
 import aiofiles
 import requests
 import mimetypes
-from urllib.parse import urljoin
+from urllib.parse import urljoin, quote
 
 from fastapi import (
     Depends,