mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
Imported missing os
This commit is contained in:
parent
7cfe7c2998
commit
d3a7dbca10
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue