From da38fef81a91e4e386a1019ab1a297fa72f2137f Mon Sep 17 00:00:00 2001 From: stanislas Date: Tue, 20 May 2025 01:09:07 +0200 Subject: [PATCH] =?UTF-8?q?destinataire=20signal=20chang=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index daa6b26..d650131 100644 --- a/main.py +++ b/main.py @@ -110,6 +110,7 @@ Menu {menu}: """ text_mode = "styled" sender = os.environ.get("SIGNAL_SENDER") + recipient = os.environ.get("SIGNAL_RECIPIENT") attachment = base64.b64encode(menu_pdf) body = { "message": message,