mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
fix drumrolls over branches
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user