update all subtitles

This commit is contained in:
j 2026-01-30 10:30:09 +01:00
commit c6f4c1621b
2 changed files with 9 additions and 2 deletions

View file

@ -13,7 +13,7 @@ class Command(BaseCommand):
def add_arguments(self, parser):
parser.add_argument('--prefix', action='store', dest='prefix', default=default_prefix, help='prefix to build clips in')
parser.add_argument('--offset', action='store', dest='offset', default="1024", help='inital offset in pi')
parser.add_argument('--offset', action='store', dest='offset', default=None, help='inital offset in pi')
def handle(self, **options):
update_subtitles(options)