mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 19:22:40 +02:00
Store: Fix Pragmatic Bookshelf url.
This commit is contained in:
parent
bd781f047c
commit
2257b0b942
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
class PragmaticBookshelfStore(BasicStoreConfig, StorePlugin):
|
||||
|
||||
def open(self, parent=None, detail_item=None, external=False):
|
||||
url = 'http://weightlessbooks.com/'
|
||||
url = 'http://pragprog.com/'
|
||||
|
||||
if external or self.config.get('open_external', False):
|
||||
open_url(QUrl(url_slash_cleaner(detail_item if detail_item else url)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue