mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 02:44:53 +01:00
Store: Make mention of declined.txt in comments.
This commit is contained in:
parent
fb493ff8de
commit
e1b0cfdacf
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ class StorePlugin(object): # {{{
|
|||
The easiest way to handle affiliate money payouts is to randomly select
|
||||
between the author's affiliate id and calibre's affiliate id so that
|
||||
70% of the time the author's id is used.
|
||||
|
||||
See declined.txt for a list of stores that do not want to be included.
|
||||
'''
|
||||
|
||||
def __init__(self, gui, name):
|
||||
|
|
|
|||
Loading…
Reference in a new issue