From fdff80621e84396658f6809d40cf12171d3cc49a Mon Sep 17 00:00:00 2001 From: Arthur Taylor Date: Thu, 9 May 2024 17:40:59 +0200 Subject: [PATCH] Fix quoting issue in config dist --- config.yaml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml.dist b/config.yaml.dist index 27b557e9..1d587ad1 100644 --- a/config.yaml.dist +++ b/config.yaml.dist @@ -107,7 +107,7 @@ message: | # (Multiline) string to format the title for the message received from Apprise. # # For available placeholders see above -title: {crawler}: {title} +title: "{crawler}: {title}" # Calculating durations requires access to the Google Maps API. # Below you can configure the URL to access the API, with placeholders. @@ -218,4 +218,4 @@ slack: # Go to the immobilienscout24.de website, log in, and then in the developer tools # (F12) go to the "Network" tab, then "Cookies" and copy the value of the # "reese84" cookie. -immoscout_cookie: "" \ No newline at end of file +immoscout_cookie: ""