feat(views): import build_absolute_uri_with_port in views.py

This commit is contained in:
SergeantPanda 2026-05-30 17:58:01 -05:00
parent 20f54b2bf6
commit ae16e1202c

View file

@ -23,7 +23,7 @@ import os
from apps.m3u.utils import calculate_tuner_count
from apps.proxy.utils import get_user_active_connections
import regex
from core.utils import log_system_event
from core.utils import log_system_event, build_absolute_uri_with_port
import hashlib
logger = logging.getLogger(__name__)