forked from rc/aircox
quick fix on bugs due to Django 1.10
This commit is contained in:
@ -291,6 +291,8 @@ class Command(BaseCommand):
|
||||
if not program.ensure_dir(subdir):
|
||||
return
|
||||
|
||||
sound_kwargs['program'] = program
|
||||
|
||||
subdir = os.path.join(program.path, subdir)
|
||||
sounds = []
|
||||
|
||||
|
Reference in New Issue
Block a user