mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 01:43:07 +02:00
...
This commit is contained in:
parent
ea222f75be
commit
5707063b08
1 changed files with 4 additions and 2 deletions
|
|
@ -84,8 +84,10 @@ def __init__(self, plugin_path):
|
|||
|
||||
def initialize(self):
|
||||
'''
|
||||
Called once when calibre plugins are initialized. Plugins are re-initialized
|
||||
every time a new plugin is added.
|
||||
Called once when calibre plugins are initialized. Plugins are
|
||||
re-initialized every time a new plugin is added. Also note that if the
|
||||
plugin is run in a worker process, such as for adding books, then the
|
||||
plugin will be initialized for every new worker process.
|
||||
|
||||
Perform any plugin specific initialization here, such as extracting
|
||||
resources from the plugin zip file. The path to the zip file is
|
||||
|
|
|
|||
Loading…
Reference in a new issue