mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 09:03:59 +00:00
Fix spelling error
This commit is contained in:
@@ -106,7 +106,7 @@ def load_user_collections(callback=None):
|
||||
echo=log.error
|
||||
)
|
||||
return
|
||||
if document and "collection" in document:
|
||||
if document and "collections" in document:
|
||||
collection_list = document['collections']
|
||||
new_collections = set()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user