$_("Import from Goodreads")
$_("Export your Reading Log")
$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) |