diff --git a/src/catch.py b/src/catch.py index c6bfdc6..9c0a7a4 100644 --- a/src/catch.py +++ b/src/catch.py @@ -42,7 +42,7 @@ def random(q, fn, path, content): 'isSlider': len(content_split) > 7 }) k += 1 - q.put(f'append to notes ({k})') + q.put(f'append to notes ({k}@{note_ms})') q.put(f'notes import success') diff --git a/src/mania.py b/src/mania.py index 18ba106..42a602f 100644 --- a/src/mania.py +++ b/src/mania.py @@ -95,7 +95,7 @@ def random(q, fn, path, content): 'extra': content_split[1:] }) k += 1 - q.put(f'append to notes ({k}@{content_split[0]})') + q.put(f'append to notes ({k}@{note_ms})') q.put(f'notes import success') diff --git a/src/std.py b/src/std.py index 9958ca4..e2b4de3 100644 --- a/src/std.py +++ b/src/std.py @@ -73,7 +73,7 @@ def random(q, fn, path, content): 'isSlider': len(content_split) > 7 }) k += 1 - q.put(f'append to notes ({k}@{content_split[0]})') + q.put(f'append to notes ({k}@{note_ms})') q.put(f'notes import success') diff --git a/src/taiko.py b/src/taiko.py index 1018fb1..46cd86c 100644 --- a/src/taiko.py +++ b/src/taiko.py @@ -43,7 +43,7 @@ def random(q, fn, path, content): 'extra2': note_extra2 }) k += 1 - q.put(f'append to notes ({k})') + q.put(f'append to notes ({k}@{content_split[2]})') q.put(f'notes import success')