This commit is contained in:
Aevann1 2022-03-22 05:38:02 +02:00
parent 81da3f83d6
commit 497d90a64b
2 changed files with 2 additions and 1 deletions

View file

@ -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,