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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -114,7 +114,8 @@ def getpathvideo():
114
 
115
  @ app.route('/<file>' , methods=['GET'])
116
  def fileget(file):
117
- newurl = 'http://painel.atualli.com/'+file
 
118
  res = requests.get(newurl)
119
 
120
  headers = [
 
114
 
115
  @ app.route('/<file>' , methods=['GET'])
116
  def fileget(file):
117
+ # newurl = 'http://painel.atualli.com/'+file
118
+ newurl = 'http://atualli.ddns.net:8088/'+file
119
  res = requests.get(newurl)
120
 
121
  headers = [