Omnibus commited on
Commit
c29a7fb
1 Parent(s): a1b5c45

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +1 -1
player.py CHANGED
@@ -200,7 +200,7 @@ def build_space(index_sel, vid_file, t_name=None, token=None):
200
  ########## norm
201
  with open("template_front.html", "r") as f:
202
  app = f.read()
203
- app = app.replace("$space", t_space)
204
  app = app.replace("$title", t_title)
205
  app = app.replace("$description", t_description)
206
  app = app.replace("$image", t_image)
 
200
  ########## norm
201
  with open("template_front.html", "r") as f:
202
  app = f.read()
203
+ app = app.replace("$space", video_in)
204
  app = app.replace("$title", t_title)
205
  app = app.replace("$description", t_description)
206
  app = app.replace("$image", t_image)