Atualli commited on
Commit
10621ff
1 Parent(s): abc68d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def getdatalocal():
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
 
 
105
  def getpathvideo():
106
  video = request.args.get('c')
107
  # new = urllib.parse.quote(video)
108
+ newurl = 'http://atualli.ddns.net:8088/getpathvideo?c='+video
109
  print(newurl)
110
  res = requests.get(newurl)
111