LoremPizza commited on
Commit
f6a0715
·
verified ·
1 Parent(s): 062a52e

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -17,7 +17,7 @@ def fetch_m3u8(url):
17
  return response.text
18
 
19
  @app.get("/vixcloud/manifest.m3u8")
20
- async def clone2_m3u8(d:str,token:str,expires:str,h:str)
21
  try:
22
  m3u8 = f'{d}?token={token}&expires={expires}&h={h}'
23
  print(m3u8)
 
17
  return response.text
18
 
19
  @app.get("/vixcloud/manifest.m3u8")
20
+ async def clone2_m3u8(d:str,token:str,expires:str,h:str):
21
  try:
22
  m3u8 = f'{d}?token={token}&expires={expires}&h={h}'
23
  print(m3u8)