Mythus commited on
Commit
489ae08
·
verified ·
1 Parent(s): db53419

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -87,7 +87,7 @@ def addon_catalog(type, id):
87
 
88
  return respond_with(catalogs)
89
 
90
- @app.route('/meta/<type>/<id>.json')
91
  def addon_meta(type, id):
92
  if type != "tv":
93
  abort(404)
 
87
 
88
  return respond_with(catalogs)
89
 
90
+ @app.route('/meta/<type>/<id>.json')
91
  def addon_meta(type, id):
92
  if type != "tv":
93
  abort(404)