Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def getdatalocal():
|
|
104 |
def getpathvideo():
|
105 |
video = request.args.get('c')
|
106 |
newurl = 'http://painel.atualli.com/getpathvideo?c='+video
|
107 |
-
|
108 |
res = requests.get(newurl)
|
109 |
|
110 |
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")
|