LoremPizza commited on
Commit
4505979
·
verified ·
1 Parent(s): d315d52

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -63,7 +63,7 @@ def root():
63
  return "Hello, this is a Stremio Addon providing HTTPS Stream for Italian Movies/Series, to install it add /manifest.json to the url and then add it into the Stremio search bar"
64
 
65
  @app.get('/catalog/<type>/<id>.json')
66
- print(f"Debug: Received request for /catalog/{type}/{id}.json")
67
  def addon_catalog(type, id):
68
  if type != "tv":
69
  print("Debug: Type is not 'tv'")
 
63
  return "Hello, this is a Stremio Addon providing HTTPS Stream for Italian Movies/Series, to install it add /manifest.json to the url and then add it into the Stremio search bar"
64
 
65
  @app.get('/catalog/<type>/<id>.json')
66
+ print(f"Debug: Received request for /catalog/{type}/{id}")
67
  def addon_catalog(type, id):
68
  if type != "tv":
69
  print("Debug: Type is not 'tv'")