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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def root():
31
  return "Hello, this is my Flask application's 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")
 
31
  return "Hello, this is my Flask application's 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")