force re-render sound

This commit is contained in:
j 2026-01-29 12:11:30 +01:00
commit 2bd9200b0f
2 changed files with 8 additions and 4 deletions

View file

@ -13,6 +13,7 @@ class Command(BaseCommand):
def add_arguments(self, parser):
parser.add_argument('--debug', action='store_true', dest='debug', default=False, help='output more info')
parser.add_argument('--force', action='store_true', dest='force', default=False, help='force update')
def handle(self, **options):
render_all(options)