From 58befaa52bc3f55f5180c6b4ce4f7c07575c1cc1 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Thu, 26 Mar 2026 19:14:46 -0500 Subject: [PATCH] fix: correct indentation in check_user_stream_limits function --- apps/proxy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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