Mythus commited on
Commit
c50263b
·
verified ·
1 Parent(s): 3adf115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ def root():
32
 
33
 
34
  @app.route('/stream/<type>/<id>.json',methods=['GET'])
35
- print("I AM IN ROUTE")
36
  def addon_stream(type, id):
37
  print("WOA")
38
  if type not in MANIFEST['types']:
 
32
 
33
 
34
  @app.route('/stream/<type>/<id>.json',methods=['GET'])
 
35
  def addon_stream(type, id):
36
  print("WOA")
37
  if type not in MANIFEST['types']: