From 6c57fcedd1645e8579d6cc66815614084842f460 Mon Sep 17 00:00:00 2001 From: Oguzhan Yilmaz Date: Fri, 27 Dec 2024 14:03:54 +0300 Subject: [PATCH] fix output on cut_song --- pycrossfade/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pycrossfade/cli.py b/pycrossfade/cli.py index 9c45496..34c61e9 100644 --- a/pycrossfade/cli.py +++ b/pycrossfade/cli.py @@ -149,7 +149,6 @@ def cut_song( assert from_downbeat < to_downbeat filepath = config.BASE_AUDIO_DIRECTORY+filepath - output = config.BASE_AUDIO_DIRECTORY+output s = Song(filepath) dbeats = s.get_downbeats()