Mythus commited on
Commit
8017fbe
·
verified ·
1 Parent(s): 592162b

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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" or id != "tv_channels":
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": []}