mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ea222f75be
commit
5707063b08
@ -84,8 +84,10 @@ class Plugin(object): # {{{
|
||||
|
||||
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…
x
Reference in New Issue
Block a user