Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Red_wolf2467 committed Nov 17, 2024
1 parent 23f8e3d commit d931c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def check_chatfilter(input_str: str, badwords, goodwords):
def check_user_db(input_id: int, ids_list):
rt_data = {}
name: str = None
id: int = 0
id: int = input_id
reason: str = None
flagged: bool = False

Expand Down

0 comments on commit d931c97

Please sign in to comment.