Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,6 +33,7 @@ def root():
|
|
| 33 |
|
| 34 |
@app.route('/stream/<type>/<id>.json')
|
| 35 |
def addon_stream(type, id):
|
|
|
|
| 36 |
if type not in MANIFEST['types']:
|
| 37 |
abort(404)
|
| 38 |
print(id)
|
|
|
|
| 33 |
|
| 34 |
@app.route('/stream/<type>/<id>.json')
|
| 35 |
def addon_stream(type, id):
|
| 36 |
+
print("WOA")
|
| 37 |
if type not in MANIFEST['types']:
|
| 38 |
abort(404)
|
| 39 |
print(id)
|