LoremPizza commited on
Commit
7649d48
·
verified ·
1 Parent(s): 7474fc1

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +3 -1
run.py CHANGED
@@ -180,9 +180,11 @@ def root():
180
  def addon_catalog(type, id):
181
  if type != "tv":
182
  abort(404)
183
-
184
  catalogs = {"metas": []}
185
  for channel in STREAM["channels"]:
 
 
186
  catalogs["metas"].append({
187
  "id": channel["id"],
188
  "type": "tv",
 
180
  def addon_catalog(type, id):
181
  if type != "tv":
182
  abort(404)
183
+ logging.info("WOAH I AM HERE")
184
  catalogs = {"metas": []}
185
  for channel in STREAM["channels"]:
186
+ logging.info("WOAH HERE TOO")
187
+ logging.info(channel['title'])
188
  catalogs["metas"].append({
189
  "id": channel["id"],
190
  "type": "tv",