Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Dec 30, 2023
1 parent 58facff commit a279d05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
]
Expand Down

0 comments on commit a279d05

Please sign in to comment.