fds
This commit is contained in:
parent
81da3f83d6
commit
497d90a64b
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ if SITE in ('pcmemes.net', 'localhost'):
|
|||
@limiter.limit("5/second;30/minute")
|
||||
@auth_required
|
||||
def speak(data, v):
|
||||
if not data: abort(403)
|
||||
|
||||
data={
|
||||
"avatar": v.profile_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue