Skip to content

Commit

Permalink
updated: deleted log validity
Browse files Browse the repository at this point in the history
  • Loading branch information
majorbruteforce committed Jun 2, 2024
1 parent 560b489 commit a5fd0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions time_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def is_unique_in_time_bracket(discord_user_id, msg_sending_time):
WHERE discord_user_id = %s
AND sent_at >= %s
AND sent_at < %s
AND deleted_at IS NULL
""", (discord_user_id, bracket_start, bracket_end))

result = cur.fetchone()
Expand Down

0 comments on commit a5fd0d7

Please sign in to comment.