Commit d7f648d
authored
Fix wrong if-statement in get_items
Fixes a wrong if-statement in get_items that lead to an always empty list.
The statement checked for the dictionary key 'collections' which is never there and always returns false.
The correct way is to check for the 'items' key.1 parent 3aa1c8f commit d7f648d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
847 | | - | |
| 847 | + | |
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| |||
0 commit comments