mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 21:13:57 +02:00
Fix amazon.fr location from Germany to France.
This commit is contained in:
parent
9faed2137f
commit
73b7ebab41
1 changed files with 1 additions and 1 deletions
|
|
@ -1203,7 +1203,7 @@ class StoreAmazonFRKindleStore(StoreBase):
|
|||
description = u'Tous les ebooks Kindle'
|
||||
actual_plugin = 'calibre.gui2.store.stores.amazon_fr_plugin:AmazonFRKindleStore'
|
||||
|
||||
headquarters = 'DE'
|
||||
headquarters = 'FR'
|
||||
formats = ['KINDLE']
|
||||
affiliate = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue