Add warnings about imports in the settings file, to avoid breaking the
multiprocessing feature.
This commit is contained in:
@@ -8,8 +8,7 @@ keep_orig = True
|
||||
links = [('Example link', 'http://example.org'),
|
||||
('Another link', 'http://example.org')]
|
||||
|
||||
from sigal.plugins import copyright
|
||||
plugins = ['sigal.plugins.adjust', copyright]
|
||||
plugins = ['sigal.plugins.adjust', 'sigal.plugins.copyright']
|
||||
copyright = u"© An example copyright message"
|
||||
adjust_options = {'color': 0.0, 'brightness': 1.0,
|
||||
'contrast': 1.0, 'sharpness': 0.0}
|
||||
|
||||
Reference in New Issue
Block a user