tecuts commited on
Commit
fd5a651
·
verified ·
1 Parent(s): 12ed4ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ async def yt_audio(url: str):
155
  # 发送请求
156
  logging.info(f"Sending request to URL: {url} with video ID: {videoId}")
157
  response = requests.post(
158
- PPlayer_Url,
159
  timeout=20,
160
  json=body,
161
  headers=headers
 
155
  # 发送请求
156
  logging.info(f"Sending request to URL: {url} with video ID: {videoId}")
157
  response = requests.post(
158
+ Player_Url,
159
  timeout=20,
160
  json=body,
161
  headers=headers