Browse Source

disable choose next api

tree
欧醚 3 years ago
parent
commit
e954fbc46a
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      app.py

+ 0
- 6
app.py View File

@ -264,12 +264,6 @@ def react():
return str(n) return str(n)
@bp.route('/choose')
def choose_next():
min_like_num = request.args.get('min_like', type=int)
choose_new_next(min_like_num)
return 'ok'
app.register_blueprint(bp) app.register_blueprint(bp)
if __name__ == '__main__': if __name__ == '__main__':

Loading…
Cancel
Save