Atualli commited on
Commit
fe188af
·
1 Parent(s): 87102b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,8 +104,8 @@ def getdatalocal():
104
  @ app.route('/getpathvideo', methods=['GET'])
105
  def getpathvideo():
106
  video = request.args.get('c')
107
- new = urllib.parse.quote(video)
108
- newurl = 'http://painel.atualli.com/getpathvideo?c='+new
109
  print(newurl)
110
  res = requests.get(newurl)
111
 
 
104
  @ app.route('/getpathvideo', methods=['GET'])
105
  def getpathvideo():
106
  video = request.args.get('c')
107
+ # new = urllib.parse.quote(video)
108
+ newurl = 'http://painel.atualli.com/getpathvideo?c='+video
109
  print(newurl)
110
  res = requests.get(newurl)
111