diff --git a/drama/routes/users.py b/drama/routes/users.py index af9a65f284..7b292a2011 100644 --- a/drama/routes/users.py +++ b/drama/routes/users.py @@ -23,7 +23,7 @@ beams_client = PushNotifications( @auth_required def suicide(v, username): t = int(time.time()) - if t - v.suicide_utc < 86400: return "You can't do that again today!", 429 + if t - v.suicide_utc < 86400: return "", 429 user = get_user(username) suicide = f"""Hi there,