remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 22:49:07 +02:00
parent 3a72d79ef7
commit 654d505388
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ beams_client = PushNotifications(
secret_key=PUSHER_KEY,
)
@app.route("/@<username>/suicide")
@app.post("/@<username>/suicide")
@auth_required
def suicide(v, username):
t = int(time())