From 80936bc47443ad03b080ae4a1da76e93f5c0eee2 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 12 Aug 2025 14:26:13 +0200 Subject: [PATCH] Update slic/utils/logbook.py --- slic/utils/logbook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slic/utils/logbook.py b/slic/utils/logbook.py index b8e2d0763..9a7b9e16e 100644 --- a/slic/utils/logbook.py +++ b/slic/utils/logbook.py @@ -114,6 +114,7 @@ class Logbook(object): of the newly created message. """ + print("STARTING POST") # Ajout des impressions pour déboguer print(f"Message to post: {message}") print(f"msg_id: {msg_id}")