|
|
|
@ -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()
|
|
|
|
|
|
|
|
|
|