Atualli commited on
Commit
dac5e30
1 Parent(s): a263a4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def getdatalocal():
116
  def getpathvideo():
117
  video = request.args.get('c')
118
  # new = urllib.parse.quote(video)
119
- newurl = 'http://painel.atualli.com/getpathvideo?c='+video
120
  print(newurl)
121
  res = requests.get(newurl)
122
 
 
116
  def getpathvideo():
117
  video = request.args.get('c')
118
  # new = urllib.parse.quote(video)
119
+ newurl = 'http://painel.atualli.com/getpathrecord?c='+video
120
  print(newurl)
121
  res = requests.get(newurl)
122