Spaces:
Paused
Paused
Update run.py
Browse files
run.py
CHANGED
|
@@ -72,7 +72,7 @@ def root():
|
|
| 72 |
|
| 73 |
@app.route('/catalog/<type>/<id>.json')
|
| 74 |
def addon_catalog(type, id):
|
| 75 |
-
if type != "tv"
|
| 76 |
abort(404)
|
| 77 |
|
| 78 |
catalogs = {"metas": []}
|
|
|
|
| 72 |
|
| 73 |
@app.route('/catalog/<type>/<id>.json')
|
| 74 |
def addon_catalog(type, id):
|
| 75 |
+
if type != "tv":
|
| 76 |
abort(404)
|
| 77 |
|
| 78 |
catalogs = {"metas": []}
|