Quote:
Originally Posted by kovidgoyal
@Terisa: Not sure why you need to read preferences in the __init__ method. Instead read the preferences in the postadd/post_import callbacks using the provided db object. Calling db() will create a copy of the entire library in memory.
|
@Kovid: this call is used for configuring the plugin, so it cannot be at postadd/postimport but when the user requests the configuration. Is there any way that, in the config module, the database can be loaded?