From fdb9da358ae256f13221fa71d04b96e0e3aaa004 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Fri, 31 Jul 2026 00:59:26 +0200 Subject: [PATCH] use msgspec to parse message --- kontor-scripts/read_queue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kontor-scripts/read_queue.py b/kontor-scripts/read_queue.py index 5763885..7156318 100644 --- a/kontor-scripts/read_queue.py +++ b/kontor-scripts/read_queue.py @@ -1,6 +1,7 @@ import logging import stomp +import logging.config import time import yaml import msgspec