Atualli commited on
Commit
672f046
·
1 Parent(s): e3ef2e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,6 +104,7 @@ def getdatalocal():
104
  def getpathvideo():
105
  video = request.args.get('c')
106
  newurl = 'http://painel.atualli.com/getpathvideo?c='+video
 
107
  res = requests.get(newurl)
108
 
109
  response = Response(res.content, res.status_code, res.headers,mimetype="video/mp4")
 
104
  def getpathvideo():
105
  video = request.args.get('c')
106
  newurl = 'http://painel.atualli.com/getpathvideo?c='+video
107
+ print(newurl)
108
  res = requests.get(newurl)
109
 
110
  response = Response(res.content, res.status_code, res.headers,mimetype="video/mp4")