fdf
This commit is contained in:
parent
571b8e09c8
commit
ab04ab3269
1 changed files with 2 additions and 0 deletions
|
@ -24,7 +24,9 @@ beams_client = PushNotifications(
|
||||||
def suicide(v, username):
|
def suicide(v, username):
|
||||||
t = int(time.time())
|
t = int(time.time())
|
||||||
#if t - v.suicide_utc < 86400: return "", 204
|
#if t - v.suicide_utc < 86400: return "", 204
|
||||||
|
print(-1)
|
||||||
user = get_user(username)
|
user = get_user(username)
|
||||||
|
print(0)
|
||||||
suicide = f"""Hi there,
|
suicide = f"""Hi there,
|
||||||
|
|
||||||
A [concerned dramatard]({v.permalink}) reached out to us about you.
|
A [concerned dramatard]({v.permalink}) reached out to us about you.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue