From a279d0530f7bbd8d6c6d7fde107959b56870e997 Mon Sep 17 00:00:00 2001 From: Alexander Metzger Date: Fri, 29 Dec 2023 17:09:00 -0800 Subject: [PATCH] lint fix --- recipes/VideoBots.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index db223ef47..ae4c0f6f6 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -1016,7 +1016,9 @@ def messenger_bot_integration(self): key=key, placeholder=placeholder, ), - "default": published_run.title if published_run else bi.name, + "default": published_run.title + if published_run + else bi.name, "caption": "This is the name the bot will post as in this specific channel.", }, ]