Skip to content

Commit

Permalink
Revert dis
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalFan committed May 28, 2024
1 parent e50fb76 commit 6c8ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychtobase/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c8ca91

Please sign in to comment.