continued download

This commit is contained in:
Hellow2
2023-06-12 17:40:54 +02:00
parent 4cf902b05b
commit 7743ff1b9e
5 changed files with 106 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ class Page():
nonlocal naming_objects
for collection_name in naming_music_object.UPWARDS_COLLECTION_ATTRIBUTES:
collection: Collection = getattr(self, collection_name)
collection: Collection = getattr(naming_music_object, collection_name)
if collection.empty():
continue