diff --git a/x_notes/ratings.py b/x_notes/ratings.py index 9387187f..988b6c44 100644 --- a/x_notes/ratings.py +++ b/x_notes/ratings.py @@ -7,6 +7,9 @@ def add_ratings(notes: dict[str, dict[str, Any]]) -> None: + for note in notes.values(): + del note["ratings"] + index = 0 while True: try: