update all subtitles
This commit is contained in:
parent
791fbbc3c7
commit
a827f04632
2 changed files with 9 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ class Command(BaseCommand):
|
|||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument('--prefix', action='store', dest='prefix', default="/srv/t_for_time", 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue