Spanicin commited on
Commit
840b227
·
verified ·
1 Parent(s): 4290815

Update stream_server.py

Browse files
Files changed (1) hide show
  1. stream_server.py +1 -1
stream_server.py CHANGED
@@ -71,7 +71,7 @@ def convert_to_hls(input_path, output_dir, video_name, start_number):
71
 
72
 
73
 
74
- async def add_video(video_name: str, m3u8_file_path: Path):
75
  """
76
  Endpoint to add a video to the streaming queue.
77
 
 
71
 
72
 
73
 
74
+ async def add_video(video_name, m3u8_file_path):
75
  """
76
  Endpoint to add a video to the streaming queue.
77