From fd19e4812f42c3fef37faa103e7f5ecc3444f88d Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:28:38 -0300 Subject: [PATCH] Add a comment --- extensions/send_pictures/script.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/send_pictures/script.py b/extensions/send_pictures/script.py index de961b9..88ac179 100644 --- a/extensions/send_pictures/script.py +++ b/extensions/send_pictures/script.py @@ -9,9 +9,11 @@ from modules.bot_picture import caption_image params = { } +# If 'state' is True, will hijack the next chatbot wrapper call +# with a custom input text input_hijack = { 'state': False, - 'value': [] + 'value': ["", ""] } def generate_chat_picture(picture, name1, name2):