diff --git a/spamcheck.py b/spamcheck.py index 15ec037..3b42204 100644 --- a/spamcheck.py +++ b/spamcheck.py @@ -48,7 +48,7 @@ class Spamcheck: cur = conn.cursor() - cur.execute("select users.created_at, users.id, users.email, users.sign_up_ip from users where users.approved and users.created_at > now() - interval '7 days'") + cur.execute("select users.created_at, users.id, users.email, users.sign_up_ip from users where users.created_at > now() - interval '7 days'") rows = cur.fetchall()