From cbcbd4583cafe2de9f1f95bff7b1dd8ee87e7111 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Dec 2023 14:28:20 -0800 Subject: [PATCH] Revert some dumb change --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 4872926..9d59f44 100644 --- a/tasks.py +++ b/tasks.py @@ -9,7 +9,7 @@ from shlex import quote PREP = "assets" OUTPUT = "output" -MUSIC_GLOBS = ["*.flac", "*.mp3", "*.ogg", "*.opus", "*.aac", "*.speex"] +MUSIC_GLOBS = ["*.flac", "*.mp3", "*.ogg", "*.opus", "*.aac"] @task def clean(c):