Revert some dumb change
This commit is contained in:
parent
79bab75111
commit
cbcbd4583c
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -9,7 +9,7 @@ from shlex import quote
|
||||||
PREP = "assets"
|
PREP = "assets"
|
||||||
OUTPUT = "output"
|
OUTPUT = "output"
|
||||||
|
|
||||||
MUSIC_GLOBS = ["*.flac", "*.mp3", "*.ogg", "*.opus", "*.aac", "*.speex"]
|
MUSIC_GLOBS = ["*.flac", "*.mp3", "*.ogg", "*.opus", "*.aac"]
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def clean(c):
|
def clean(c):
|
||||||
|
|
Loading…
Reference in a new issue