PedroMartelleto commited on
Commit
8869bc8
·
1 Parent(s): 920e3a0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ db = firestore.client()
35
 
36
 
37
  def get_embed_link(file_id):
38
- link = f"https://player.vimeo.com/video/{file_id}?title=0&byline=0&portrait=0&sidedock=0&badge=0&autopause=0&player_id=0&app_id=58479"
39
  return link
40
 
41
  def get_video_pair(state):
 
35
 
36
 
37
  def get_embed_link(file_id):
38
+ link = f"https://player.vimeo.com/video/{file_id}?title=0&byline=0&portrait=0&sidedock=0&badge=0&autopause=0&player_id=0&app_id=58479&quality=540p"
39
  return link
40
 
41
  def get_video_pair(state):