From 375438a8fa8971efe9a69fb729cbd476b5ff02c5 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Fri, 31 Jul 2026 04:02:25 +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 97f48fb..3c430f2 100644 --- a/kontor-scripts/read_queue.py +++ b/kontor-scripts/read_queue.py @@ -5,6 +5,7 @@ import logging.config import time import yaml import msgspec +import sys from pathlib import Path from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter from typing import Any, Dict, List, Optional