fix drumrolls over branches

This commit is contained in:
Anthony Samms
2025-10-27 00:28:38 -04:00
parent 2674633988
commit 3afa9db5ac
2 changed files with 13 additions and 3 deletions

View File

@@ -141,7 +141,6 @@ def build_song_hashes(output_dir=Path("cache")):
continue
if all_notes == NoteList():
print(tja_path)
continue
hash_val = tja.hash_note_data(all_notes)