Commit a48250ef authored by Antoine Catton's avatar Antoine Catton

Default value on pull backup slave instance title

This try to swallow as much as possible slave instance bad requests.
parent b4ee6c78
......@@ -143,7 +143,7 @@ class Recipe(GenericSlapRecipe, Notify, Callback):
wrapper=wrapper_basepath,
executable=wrapper_path,
log=os.path.join(self.options['feeds'], entry['notification-id']),
title=entry['title'],
title=entry.get('title', 'Untitled'),
notification_url=entry['notify'],
feed_url=feed_url,
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment