Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = [
|