Skip to content

Commit

Permalink
Update test_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rwolf2467 committed Nov 24, 2024
1 parent 43de2a3 commit 31763cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def check_message():
message = data["message"]
cid = 123
sid = 123
results = check_chatfilter(input_str=message, badwords=badwords, goodwords=goodwords, cid=cid, sid=sid)
results = check_chatfilter(input_str=message, badwords=badwords, goodwords=goodwords, cid=cid, gid=sid)
return jsonify(results)

@app.route("/user", methods=["POST"])
Expand Down

0 comments on commit 31763cf

Please sign in to comment.