Added newline before meta
This commit is contained in:
parent
94ce6e42bb
commit
7a5c95845d
1 changed files with 1 additions and 1 deletions
|
@ -46,9 +46,9 @@ class Dispatcher(object):
|
|||
for plugin in Executor.__subclasses__()]
|
||||
|
||||
def _handle_metadata(self, metadata):
|
||||
print
|
||||
if 'title' in metadata:
|
||||
self._log.warning(metadata['title'])
|
||||
|
||||
if 'description' in metadata:
|
||||
self._log.info(' ' + metadata['description'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue