HMPhuoc commited on
Commit
ba81611
1 Parent(s): 5adac1a
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -27,7 +27,7 @@ def check():
27
  @app.route("/checkplus", methods=["POST"])
28
  def checkPlus():
29
  comment = request.json['comment']
30
- result = judge(comment, True)
31
  return result
32
 
33
  if __name__ == '__main__':
 
27
  @app.route("/checkplus", methods=["POST"])
28
  def checkPlus():
29
  comment = request.json['comment']
30
+ result = judge(comment)
31
  return result
32
 
33
  if __name__ == '__main__':