forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-09-10 11:41:59 +02:00
parent ee630e55c9
commit 18a530a330
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ def chatjs():
@limiter.limit("3/second;10/minute", key_func=lambda:f'{SITE}-{session.get("lo_user")}')
@auth_required
def speak(data, v):
print('testing chat restart', flush=True)
if v.is_banned: return '', 403
vname = v.username.lower()