From 6c8ca91b7498dd3e6914243f755242a3a5d0288f Mon Sep 17 00:00:00 2001 From: VocalFan <45863583+VocalFan@users.noreply.github.com> Date: Tue, 28 May 2024 13:02:32 -0400 Subject: [PATCH] Revert dis --- psychtobase/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psychtobase/main.py b/psychtobase/main.py index e10c417..782778f 100644 --- a/psychtobase/main.py +++ b/psychtobase/main.py @@ -270,7 +270,7 @@ def convert(psych_mod_folder, result_folder, options): folderMake(f'{result_folder}/{modFoldername}{bgSongs}') - _allSongFiles = files.findAll(f'{psychSongs}*.ogg') + _allSongFiles = files.findAll(f'{psychSongs}*') for song in _allSongFiles: _songKeyUnformatted = Path(song).name