lanbogao commited on
Commit
9c2d8d5
1 Parent(s): 56f750d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -15,5 +15,5 @@ def read_json():
15
 
16
 
17
  @app.get("/subtitle/")
18
- def get_subtitle(vid: string):
19
  return fetchYoutubeSubtitle(vid)
 
15
 
16
 
17
  @app.get("/subtitle/")
18
+ def get_subtitle(vid: str):
19
  return fetchYoutubeSubtitle(vid)