refactor(epg): remove redundant current time retrieval in CurrentProgramsAPIView

This commit is contained in:
SergeantPanda 2026-04-24 09:21:05 -05:00 committed by Five Boroughs
parent 7c0c513f8f
commit 690fa10be4
No known key found for this signature in database

View file

@ -834,9 +834,6 @@ class CurrentProgramsAPIView(APIView):
# Get channels with EPG data
channels = query.select_related('epg_data')
# Get current time
now = timezone.now()
# Build list of current programs
current_programs = []