diff --git a/apps/proxy/utils.py b/apps/proxy/utils.py index 1c71b5cd..fd4e88f2 100644 --- a/apps/proxy/utils.py +++ b/apps/proxy/utils.py @@ -164,4 +164,4 @@ def check_user_stream_limits(user, client_id): if not attempt_stream_termination(user.id, client_id, active_connections): return False - return True + return True