mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
fix: correct indentation in check_user_stream_limits function
This commit is contained in:
parent
b671a72707
commit
58befaa52b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue