fd
This commit is contained in:
parent
e44fa54db7
commit
6672957319
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ beams_client = PushNotifications(
|
||||||
@auth_required
|
@auth_required
|
||||||
def suicide(v, username):
|
def suicide(v, username):
|
||||||
t = int(time.time())
|
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)
|
user = get_user(username)
|
||||||
suicide = f"""Hi there,
|
suicide = f"""Hi there,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue