remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 22:50:00 +02:00
parent 76560535f8
commit dd0530cef0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ beams_client = PushNotifications(
@app.post("/@<username>/suicide")
@auth_required
def suicide(v, username):
t = int(time())
t = int(time)
if t - v.suicide_utc < 86400: abort(403)
user = get_user(username)
suicide = f"""Hi there,