diff --git a/files/routes/chat.py b/files/routes/chat.py index ffe513b4a..794679372 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -49,6 +49,7 @@ 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()