Fix spelling error

This commit is contained in:
Sambhav Kothari
2017-07-16 14:38:42 +05:30
parent bd80f280a0
commit 3e41ac808c

View File

@@ -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()