conlan commited on
Commit
77865bb
Β·
1 Parent(s): 9881d27

Fix biblio link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ if modal.is_open():
288
  outboundLinkSuffix = f"{clickedBookTitle} {clickedBookAuthor}"
289
 
290
  buttonCol1.link_button('πŸ›’ Bookshop', f'https://bookshop.org/search?keywords={outboundLinkSuffix}')
291
- buttonCol2.link_button('πŸ“š Biblio', f'https://www.biblio.com/search.php?stage=1&result_type=works&keyisbn={outboundLinkSuffix}')
292
  buttonCol3.link_button('🎧 Libro', f'https://libro.fm/search?utf8=%E2%9C%93&q={outboundLinkSuffix}')
293
  buttonCol4.link_button('πŸ’¬ Hardcover', f'https://hardcover.app/search?q={outboundLinkSuffix}')
294
 
 
288
  outboundLinkSuffix = f"{clickedBookTitle} {clickedBookAuthor}"
289
 
290
  buttonCol1.link_button('πŸ›’ Bookshop', f'https://bookshop.org/search?keywords={outboundLinkSuffix}')
291
+ buttonCol2.link_button('πŸ“š Biblio', f'https://www.biblio.com/search.php?stage=1&title={outboundLinkSuffix}')
292
  buttonCol3.link_button('🎧 Libro', f'https://libro.fm/search?utf8=%E2%9C%93&q={outboundLinkSuffix}')
293
  buttonCol4.link_button('πŸ’¬ Hardcover', f'https://hardcover.app/search?q={outboundLinkSuffix}')
294