From d3a7dbca1074058a77cbc4e1a43a1d07c5166680 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sat, 26 Apr 2025 08:36:46 -0500 Subject: [PATCH] Imported missing os --- apps/epg/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/epg/models.py b/apps/epg/models.py index f026c558..2f7d5990 100644 --- a/apps/epg/models.py +++ b/apps/epg/models.py @@ -2,6 +2,7 @@ from django.db import models from django.utils import timezone from django_celery_beat.models import PeriodicTask from django.conf import settings +import os class EPGSource(models.Model): SOURCE_TYPE_CHOICES = [