Vorbereitung Release 03.0 #94

Merged
tpeetz merged 115 commits from develop/0.3.0 into main 2026-08-25 06:01:18 +00:00
Showing only changes of commit 9f17823922 - Show all commits
+1 -1
View File
@@ -25,7 +25,7 @@ class MyListener(stomp.ConnectionListener):
def on_message(self, frame):
logger.info("received a message %s", frame.body)
link = msgspec.json.decode(frame.body, type=Link)
self.log.info("found link: %s", link.url)
logger.info("found link: %s", link.url)
if __name__ == '__main__':