Mythus commited on
Commit
4d7d78e
·
verified ·
1 Parent(s): 7db2bda

Update app.py

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