$def with (books=None, books_wo_isbns=None)
For instructions on exporting data refer to: Goodreads Import/Export
$for key in keys: | $key |
---|---|
$ dict = {'ISBN':'', 'Title':'', 'My Rating':'', 'Exclusive Shelf':''} $ k = ['ISBN', 'My Rating', 'Exclusive Shelf'] $for key in k: $ dict[key] = books[isbn].get(key) | $for key in keys:$books[isbn].get(key) |
$for key in keys: | $if books_wo_isbns[id].get(key) != '=""': $books_wo_isbns[id].get(key) |