rein0421 commited on
Commit
6845716
·
verified ·
1 Parent(s): 24afa2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def download_and_extract_audio(youtube_url):
85
  except: pass
86
  else:
87
  logging.warning(f"環境変数 '{cookie_secret_name}' が未設定です。Cookieなしで試行します。")
88
- TEMP_DIR = '/tmp' # これが定義されていることを確認
89
 
90
  ydl_opts = {
91
  'format': 'bestaudio/best',
 
85
  except: pass
86
  else:
87
  logging.warning(f"環境変数 '{cookie_secret_name}' が未設定です。Cookieなしで試行します。")
88
+
89
 
90
  ydl_opts = {
91
  'format': 'bestaudio/best',