Omnibus commited on
Commit
323313b
1 Parent(s): 4f6aeda

Update player.py

Browse files
Files changed (1) hide show
  1. player.py +2 -0
player.py CHANGED
@@ -35,6 +35,8 @@ def find_dataset(author=None):
35
  #uid = uuid.uuid4()
36
  #file = open(f'{name}/{f_name}','wb')
37
  #file.write(r.content)
 
 
38
  try:
39
  if vid_slug == prompt_slug:
40
  out_html=f'{out_html}<pre> + {vid_file}</pre>'
 
35
  #uid = uuid.uuid4()
36
  #file = open(f'{name}/{f_name}','wb')
37
  #file.write(r.content)
38
+ except Exception as e:
39
+ pass
40
  try:
41
  if vid_slug == prompt_slug:
42
  out_html=f'{out_html}<pre> + {vid_file}</pre>'